summaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-05-31 14:49:14 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-05-31 14:49:14 +0000
commita0a10cbd2156f7fb380cb560f4a1b045030ae2c3 (patch)
treef3701491b1b8e67f1c214c8a220b6680dbb53443 /games/xboing
parent5c1d2e759e7da1d6fb85607af882a84b8eb2a994 (diff)
downloadpkgsrc-a0a10cbd2156f7fb380cb560f4a1b045030ae2c3.tar.gz
correctly detect NetBSD in the Imakefile (look for NetBSDArchitecture instead
of __NetBSD__, this is imake, not c).
Diffstat (limited to 'games/xboing')
-rw-r--r--games/xboing/files/patch-sum4
-rw-r--r--games/xboing/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xboing/files/patch-sum b/games/xboing/files/patch-sum
index 5986c099253..a1b0c4e2913 100644
--- a/games/xboing/files/patch-sum
+++ b/games/xboing/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:01 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/05/31 14:49:15 dmcmahill Exp $
-MD5 (patch-aa) = 9666d401b8e3e1e1a1dd8808ceb86302
+MD5 (patch-aa) = 671ee57134c44cbfd7d223b1cddb28f2
MD5 (patch-ab) = a504e4d4f69454290b849b3c1c14221a
MD5 (patch-ac) = 0d6e3d488dc95ae65d78b2d0f129fd97
diff --git a/games/xboing/patches/patch-aa b/games/xboing/patches/patch-aa
index fc264c14685..da351f053db 100644
--- a/games/xboing/patches/patch-aa
+++ b/games/xboing/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 1998/09/14 23:38:59 garbled Exp $
+$NetBSD: patch-aa,v 1.3 2000/05/31 14:49:14 dmcmahill Exp $
--- Imakefile.orig Thu Nov 21 18:28:46 1996
+++ Imakefile Mon Sep 14 16:23:07 1998
@@ -24,23 +24,23 @@
@@ -37,7 +37,7 @@ $NetBSD: patch-aa,v 1.2 1998/09/14 23:38:59 garbled Exp $
#endif /* SGIArchitecture */
-#if defined(SparcArchitecture) && defined(COMPILE_IN_AUDIO)
-+#if defined(SparcArchitecture) && defined(COMPILE_IN_AUDIO) && !defined(__NetBSD__)
++#if defined(SparcArchitecture) && defined(COMPILE_IN_AUDIO) && !defined(NetBSDArchitecture)
AUDIO_AVAILABLE = True
AUDIO_SRC = audio/SUNaudio.c