diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-31 14:49:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-31 14:49:14 +0000 |
commit | a0a10cbd2156f7fb380cb560f4a1b045030ae2c3 (patch) | |
tree | f3701491b1b8e67f1c214c8a220b6680dbb53443 /games/xboing/patches | |
parent | 5c1d2e759e7da1d6fb85607af882a84b8eb2a994 (diff) | |
download | pkgsrc-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/patches')
-rw-r--r-- | games/xboing/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |