summaryrefslogtreecommitdiffstats
path: root/x11/fspanel/files/patch-configure
blob: 7f162abf2a9ef040d360c17b2e9946ab9e48dc66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
OpenPOWER on IntegriCloud