diff options
Diffstat (limited to 'audio/snd/patches/patch-ab')
-rw-r--r-- | audio/snd/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/snd/patches/patch-ab b/audio/snd/patches/patch-ab deleted file mode 100644 index d571c4a5f52..00000000000 --- a/audio/snd/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$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) |