summaryrefslogtreecommitdiff
path: root/fonts/Xft2/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-24 00:43:42 +0000
committerwiz <wiz>2002-12-24 00:43:42 +0000
commit9dc60c548f52af0354ea5abe717eb2a3cd01b30a (patch)
tree811621f4a609257077683a008eb83042da417c3c /fonts/Xft2/patches
parentf0501078e4b6c54cdc02af372803e85898b856ec (diff)
downloadpkgsrc-9dc60c548f52af0354ea5abe717eb2a3cd01b30a.tar.gz
Fix pkgconfig file to have -lXext after -Xrender (why doesn't the library
have the dependency itself?). Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
Diffstat (limited to 'fonts/Xft2/patches')
-rw-r--r--fonts/Xft2/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/Xft2/patches/patch-ab b/fonts/Xft2/patches/patch-ab
new file mode 100644
index 00000000000..04239487621
--- /dev/null
+++ b/fonts/Xft2/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/12/24 00:43:43 wiz Exp $
+
+--- configure.orig Fri Nov 22 03:30:00 2002
++++ configure
+@@ -1316,7 +1316,7 @@ fi
+ case "$have_x" in
+ yes)
+ XRENDER_CFLAGS="-I$x_includes"
+- XRENDER_LIBS="-L$x_libraries -lXrender"
++ XRENDER_LIBS="-L$x_libraries -lXrender -lXext"
+
+ saved_LIBS="$LIBS"
+ LIBS="$LIBS $XRENDER_LIBS"