summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/snes9x/patches/patch-ae')
-rw-r--r--emulators/snes9x/patches/patch-ae24
1 files changed, 13 insertions, 11 deletions
diff --git a/emulators/snes9x/patches/patch-ae b/emulators/snes9x/patches/patch-ae
index 017b4b2ccb3..2bfb67427fe 100644
--- a/emulators/snes9x/patches/patch-ae
+++ b/emulators/snes9x/patches/patch-ae
@@ -1,13 +1,15 @@
-$NetBSD: patch-ae,v 1.1.1.1 2000/11/09 16:43:42 wiz Exp $
+$NetBSD: patch-ae,v 1.2 2001/07/17 15:31:25 wiz Exp $
---- soundux.h.orig Mon Jan 24 16:13:54 2000
-+++ soundux.h
-@@ -77,7 +77,7 @@
- int stereo;
- bool8 sixteen_bit;
- bool8 encoded;
--#ifdef __sun
-+#if defined(__sun) || defined(__NetBSD__)
- int last_eof;
+--- port.h.orig Wed Feb 28 22:12:22 2001
++++ port.h
+@@ -188,6 +188,10 @@
+ #define TITLE "Snes9X: Linux"
+ #endif
+
++#ifdef __NetBSD__
++#define TITLE "Snes9X: NetBSD"
++#endif
++
+ #ifndef TITLE
+ #define TITLE "Snes9x"
#endif
- #ifdef __sgi