Magellan Linux

Contents of /trunk/fontconfig/patches/fontconfig-2.3.2-pkgconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 421 byte(s)
-import

1 --- fontconfig-2.3.2/fontconfig.pc.in 2003-03-05 07:09:14.000000000 +0100
2 +++ fontconfig-2.3.2/fontconfig.pc.in.new 2006-04-07 12:54:19.000000000 +0200
3 @@ -6,5 +6,5 @@
4 Name: Fontconfig
5 Description: Font configuration and customization library
6 Version: @VERSION@
7 -Libs: -L${libdir} -lfontconfig
8 -Cflags: -I${includedir}
9 +Libs: -L${libdir} @FREETYPE_LIBS@ -lfontconfig -lexpat
10 +Cflags: -I${includedir} @FREETYPE_CFLAGS@