summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ab
blob: e5fe217a6d02e380a7b6d6b97fba0d3dab44817e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)