diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 10:27:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-27 10:27:09 +0200 |
commit | 63c6929d36e5b5802c0983932a3d69e23f330bb5 (patch) | |
tree | 57de1bd67fa01fb35ced66d8907fd926c66adfe5 /package/fontconfig | |
parent | c4ef12b64426763670dcae46219b766ba2f490cd (diff) |
fix allconfig for foxg20
Diffstat (limited to 'package/fontconfig')
-rw-r--r-- | package/fontconfig/patches/patch-fontconfig_pc_in | 9 |
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} |