summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-05-14 09:26:18 +0000
committertron <tron@pkgsrc.org>2003-05-14 09:26:18 +0000
commit7d33da1f5a94ef33c90a6d1cdc24406a792694e5 (patch)
tree75c51351f0de71eeacef65a8a1fb3ffac64421d2 /games
parenta5a8d9d4acee7e377384d81f5ae8e90efecb4474 (diff)
downloadpkgsrc-7d33da1f5a94ef33c90a6d1cdc24406a792694e5.tar.gz
Fix build problem under NetBSD-current.
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile4
-rw-r--r--games/scummvm/distinfo5
-rw-r--r--games/scummvm/patches/patch-ab12
3 files changed, 18 insertions, 3 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 076bc6ce73b..5e0640f8716 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/05/13 12:06:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/14 09:26:18 tron Exp $
DISTNAME= scummvm-0.4.0
CATEGORIES= games
@@ -14,6 +14,8 @@ USE_GMAKE= yes
USE_X11= yes
HAS_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scummvm
${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index 15f492600f8..a972afdc8fe 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/05/13 12:06:23 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/05/14 09:26:18 tron Exp $
SHA1 (scummvm-0.4.0.tar.bz2) = 4bb745d33efe412810282ae0727b661e1ec55db7
Size (scummvm-0.4.0.tar.bz2) = 955988 bytes
-SHA1 (patch-aa) = 37842f6163c555b0da3c7489239553b0d9683821
+SHA1 (patch-aa) = 9d563c9379c1d389c77cfda84c06beea201a9410
+SHA1 (patch-ab) = 8c11bd82363090ac2d8045ebf26a52c91e630161
diff --git a/games/scummvm/patches/patch-ab b/games/scummvm/patches/patch-ab
new file mode 100644
index 00000000000..d744ba2e075
--- /dev/null
+++ b/games/scummvm/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2003/05/14 09:26:18 tron Exp $
+
+--- common.rules.orig 2002-11-21 05:08:36.000000000 +0100
++++ common.rules 2003-05-14 11:18:54.000000000 +0200
+@@ -1,5 +1,7 @@
+ # Common build rules, used by the sub modules and their module.mk files
+
++CPPFLAGS+= -I$(BUILDLINK_DIR)/include
++
+ # Convenience library target
+ $(MODULE)/lib$(MODULE).a: $(MODULE_OBJS)
+ $(AR) $@ $+