summaryrefslogtreecommitdiff
path: root/games/quake6/patches
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-26 05:56:46 +0000
committeritojun <itojun>2000-08-26 05:56:46 +0000
commitaa33e7ef0aa99386243750ab4c06a758c48b2d3b (patch)
tree639c65a8c296a606b816d259520566f0a8ee8c3b /games/quake6/patches
parent6f83da2348c2acbc8472a93e89a3361cb883bd93 (diff)
downloadpkgsrc-aa33e7ef0aa99386243750ab4c06a758c48b2d3b.tar.gz
repair -lXext lookup (not sure why it gets broken, the pkgsrc worked before...)
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'games/quake6/patches')
-rw-r--r--games/quake6/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/quake6/patches/patch-ab b/games/quake6/patches/patch-ab
new file mode 100644
index 00000000000..4c728c80908
--- /dev/null
+++ b/games/quake6/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2000/08/26 05:56:48 itojun Exp $
+--- configure.in.orig Tue Jan 11 20:10:13 2000
++++ configure.in Sat Aug 26 14:52:52 2000
+@@ -41,2 +41,3 @@
+ dnl Checks for X11 support
++AC_PATH_X
+ AC_PATH_XTRA
+@@ -45,3 +46,3 @@
+ AC_CHECK_LIB(Xext, XShmQueryExtension, [X11_SHM_LIB=-lXext],
+- [X11_SHM_LIB=""], [ $X_LIBS $X_EXTRA_LIBS ])
++ [X11_SHM_LIB=""], [ $X_LIBS $X_EXTRA_LIBS -lX11])
+ fi