Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 144 --- 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@