summaryrefslogtreecommitdiff
path: root/package/fontconfig/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-28 13:06:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-28 13:06:55 +0200
commit5b930ffb545c9e41d100df17922c628b3bbb6006 (patch)
treeefc1f0464ce0b8968d8d95f4fe28d4e43262e7f2 /package/fontconfig/patches
parentd4cb283cf544eae863c165f0662949635dfd63d5 (diff)
parent9492f70965e2d1c669df4c5fc56b4bac465f6b88 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fontconfig/patches')
-rw-r--r--package/fontconfig/patches/patch-fontconfig_pc_in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/fontconfig/patches/patch-fontconfig_pc_in b/package/fontconfig/patches/patch-fontconfig_pc_in
new file mode 100644
index 000000000..b2670b8df
--- /dev/null
+++ b/package/fontconfig/patches/patch-fontconfig_pc_in
@@ -0,0 +1,9 @@
+--- fontconfig-2.8.0.orig/fontconfig.pc.in 2009-11-16 18:24:52.000000000 +0100
++++ fontconfig-2.8.0/fontconfig.pc.in 2011-04-25 18:08:32.487672440 +0200
+@@ -7,5 +7,5 @@ Name: Fontconfig
+ Description: Font configuration and customization library
+ Version: @VERSION@
+ Libs: -L${libdir} -lfontconfig
+-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
++Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -lfreetype -lz @ICONV_LIBS@
+ Cflags: -I${includedir}