diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
commit | 38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch) | |
tree | 662a776fedc3c397b783a0430a4b7be199a8e394 /x11-fonts/libXft/files/patch-configure | |
parent | Upgrade to 4.29.10 (diff) |
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
Notes
Notes:
svn path=/head/; revision=75774
Diffstat (limited to 'x11-fonts/libXft/files/patch-configure')
-rw-r--r-- | x11-fonts/libXft/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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" |