summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ab
blob: d571c4a5f52a2ed28dffb3b7a20c2c81bd4601c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 1998/08/07 10:36:09 agc Exp $

--- snd.orig/cmus.h	Thu Jan 22 15:08:02 1998
+++ cmus.h	Sun Feb 22 02:04:51 1998
@@ -17,7 +17,7 @@
 
 /* due to project builder stupidity, we can't always depend on -D flags here (maybe we need a CLM_SND_OS macro?) */
 
-#if (!(defined(SGI))) && (!(defined(NEXT))) && (!(defined(LINUX))) && (!(defined(MACOS))) && (!(defined(BEOS))) && (!(defined(SUN))) && (!(defined(UW2))) && (!(defined(SCO5)))
+#if (!(defined(SGI))) && (!(defined(NEXT))) && (!(defined(LINUX))) && (!(defined(MACOS))) && (!(defined(BEOS))) && (!(defined(SUN))) && (!(defined(UW2))) && (!(defined(SCO5)))  && (!(defined(__NetBSD__))) 
   #if defined(__dest_os)
     /* we're in Metrowerks Land */
     #if (__dest_os == __be_os)