summaryrefslogtreecommitdiff
path: root/x11-fonts/libXft/files/patch-configure
blob: 87b709ef4d1633e290a83c0ef49dd9f42573154b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"