summaryrefslogtreecommitdiff
path: root/games/quake6
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-26 05:56:46 +0000
committeritojun <itojun@pkgsrc.org>2000-08-26 05:56:46 +0000
commitd5c1a9f96ea7ce85aed51990b641875afb6f3183 (patch)
tree639c65a8c296a606b816d259520566f0a8ee8c3b /games/quake6
parent1a748ee7b2956ccacd17017884c5ab4e70921f17 (diff)
downloadpkgsrc-d5c1a9f96ea7ce85aed51990b641875afb6f3183.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')
-rw-r--r--games/quake6/Makefile6
-rw-r--r--games/quake6/files/patch-sum3
-rw-r--r--games/quake6/patches/patch-ab12
3 files changed, 19 insertions, 2 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 291f458b875..045269a0c15 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:30 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/26 05:56:46 itojun Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -13,6 +13,7 @@ MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
DEPENDS= quakedata-*:../../games/quakedata
+BUILD_DEPENDS= autoreconf:../../devel/autoconf
WRKSRC= ${WRKDIR}/quakeforge
@@ -33,4 +34,7 @@ IGNORE= "${PKGNAME} requires IPv6 support"
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
+post-patch:
+ (cd ${WRKSRC}; autoreconf)
+
.include "../../mk/bsd.pkg.mk"
diff --git a/games/quake6/files/patch-sum b/games/quake6/files/patch-sum
index fda048556ad..1ff9a443434 100644
--- a/games/quake6/files/patch-sum
+++ b/games/quake6/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.1 2000/02/01 17:17:40 itojun Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/26 05:56:48 itojun Exp $
MD5 (patch-aa) = 4bcf50f191224b989a54966699d6b66a
+MD5 (patch-ab) = 3b6f78f494e5ee86ace31580810631d6
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