freebsd-ports/x11-fonts/Xft/files/patch-xft.pc.in
Joe Marcus Clarke bcb11baa63 Install the headers in the ${X11BASE}/include/X11/Xft directory for
better portability.  To avoid conflicts, the Xft.h from this port will be
installed as Xft2.h.
2002-10-07 16:44:27 +00:00

18 lines
603 B
PkgConfig

--- xft.pc.in.orig Thu May 23 19:01:56 2002
+++ xft.pc.in Mon Oct 7 00:54:46 2002
@@ -2,7 +2,7 @@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-freetypelibs=@FREETYPE_LIBS@
+freetypelibs=@FREETYPE_LIBS@ -lXext
freetypecflags=@FREETYPE_CFLAGS@
xrenderlibs=@XRENDER_LIBS@
xrendercflags=@XRENDER_CFLAGS@
@@ -11,5 +11,5 @@
Description: X FreeType library
Version: @PACKAGE_VERSION@
Requires: fontconfig
-Libs: -L${libdir} -lXft ${freetypelibs} ${xrenderlibs}
+Libs: -L${libdir} -lXft2 ${freetypelibs} ${xrenderlibs}
Cflags: -I${includedir} ${freetypecflags} ${xrendercflags}