summaryrefslogtreecommitdiff
path: root/devel/SDL/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'devel/SDL/patches/patch-ae')
-rw-r--r--devel/SDL/patches/patch-ae23
1 files changed, 11 insertions, 12 deletions
diff --git a/devel/SDL/patches/patch-ae b/devel/SDL/patches/patch-ae
index 42f4bc8dca1..dc432829b84 100644
--- a/devel/SDL/patches/patch-ae
+++ b/devel/SDL/patches/patch-ae
@@ -1,14 +1,13 @@
-$NetBSD: patch-ae,v 1.2 2000/10/15 07:39:44 wulf Exp $
+$NetBSD: patch-ae,v 1.3 2001/04/17 16:27:21 rh Exp $
---- src/audio/SDL_sysaudio.h.orig Tue Sep 12 03:52:41 2000
-+++ src/audio/SDL_sysaudio.h Mon Oct 2 13:23:29 2000
-@@ -103,6 +103,9 @@
- #ifdef unix
+--- src/audio/SDL_sysaudio.h.orig Wed Mar 21 18:19:56 2001
++++ src/audio/SDL_sysaudio.h
+@@ -99,7 +99,7 @@
+ SDL_AudioDevice *(*create)(int devindex);
+ } AudioBootStrap;
+
+-#if defined(unix) && \
++#if defined(__NetBSD__) || defined(unix) && \
+ !defined(linux) && !defined(__FreeBSD__) && !defined(__CYGWIN32__) \
+ && !defined(__bsdi__)
extern AudioBootStrap AUDIO_bootstrap;
- #endif
-+#ifdef __NetBSD__
-+extern AudioBootStrap AUDIO_bootstrap;
-+#endif
- #ifdef ENABLE_WINDIB
- extern AudioBootStrap WAVEOUT_bootstrap;
- #endif