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/fspanel/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/fspanel/files/patch-configure')
| -rw-r--r-- | x11/fspanel/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fspanel/files/patch-configure b/x11/fspanel/files/patch-configure new file mode 100644 index 000000000000..7f162abf2a9e --- /dev/null +++ b/x11/fspanel/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Sat Jun 22 22:13:01 2002 ++++ configure Mon Feb 17 16:56:27 2003 +@@ -52,8 +52,8 @@ + xft=no + if test -e "$X11_PATH/include/X11/Xft/Xft.h"; then + echo yes +- LDFLAGS="$LDFLAGS -lXft" +- CFLAGS="$CFLAGS -DXFT" ++ LDFLAGS="$LDFLAGS `pkg-config xft --libs`" ++ CFLAGS="$CFLAGS -DXFT `pkg-config xft --cflags`" + xft=yes + else + echo no |
