summaryrefslogtreecommitdiff
path: root/fonts/Xft2/patches
diff options
context:
space:
mode:
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"