From 38805e871a0ec7d383e76a6cb1d979ba6c291d56 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 18 Feb 2003 04:51:34 +0000 Subject: Remove the renaming of Xft headers and library from the Xft (Xft2) port. Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus --- x11-fonts/libXft/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-fonts/libXft/files/patch-configure (limited to 'x11-fonts/libXft/files/patch-configure') diff --git a/x11-fonts/libXft/files/patch-configure b/x11-fonts/libXft/files/patch-configure new file mode 100644 index 000000000000..87b709ef4d16 --- /dev/null +++ b/x11-fonts/libXft/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Feb 17 17:08:30 2003 ++++ configure Mon Feb 17 17:08:32 2003 +@@ -1316,7 +1316,7 @@ + case "$have_x" in + yes) + XRENDER_CFLAGS="-I$x_includes" +- XRENDER_LIBS="-L$x_libraries -lXrender" ++ XRENDER_LIBS="-L$x_libraries -lXext -lXrender" + + saved_LIBS="$LIBS" + LIBS="$LIBS $XRENDER_LIBS" -- cgit v1.2.3