aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/libXft
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2003-01-25 13:23:48 +0800
committergreen <green@FreeBSD.org>2003-01-25 13:23:48 +0800
commit63f217391573971a97142fcf5e7e63833ff94822 (patch)
tree3ef8ce5bb9f71200b4d560eaae38d1e47e529a07 /x11-fonts/libXft
parent93e274e50b3b4f2cb291353f9d003152d622b161 (diff)
downloadfreebsd-ports-gnome-63f217391573971a97142fcf5e7e63833ff94822.tar.gz
freebsd-ports-gnome-63f217391573971a97142fcf5e7e63833ff94822.tar.zst
freebsd-ports-gnome-63f217391573971a97142fcf5e7e63833ff94822.zip
Make the xft-config script use -lXft2, not the old -lXft. This will
potentially unbreak all the ports which depend on x11-fonts/Xft.
Diffstat (limited to 'x11-fonts/libXft')
-rw-r--r--x11-fonts/libXft/Makefile1
-rw-r--r--x11-fonts/libXft/files/patch-xft-config.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 508c4094d2c6..5926df4a5239 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Xft
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://fontconfig.org/fontconfig/release/
DISTNAME= fcpackage.${PORTVERSION:S/./_/}
diff --git a/x11-fonts/libXft/files/patch-xft-config.in b/x11-fonts/libXft/files/patch-xft-config.in
new file mode 100644
index 000000000000..3bc6bbb1277f
--- /dev/null
+++ b/x11-fonts/libXft/files/patch-xft-config.in
@@ -0,0 +1,11 @@
+--- xft-config.in.orig Sat Jan 25 00:16:48 2003
++++ xft-config.in Sat Jan 25 00:17:02 2003
+@@ -89,7 +89,7 @@
+ fi
+
+ if test "$echo_libs" = "yes" ; then
+- libs="-lXft ${freetypelibs} ${fontconfiglibs} ${xrenderlibs}"
++ libs="-lXft2 ${freetypelibs} ${fontconfiglibs} ${xrenderlibs}"
+ if test "${libdir}" != "/usr/lib" ; then
+ echo -L${libdir} $libs
+ else