summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/snes9x/patches/patch-ad')
-rw-r--r--emulators/snes9x/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/snes9x/patches/patch-ad b/emulators/snes9x/patches/patch-ad
new file mode 100644
index 00000000000..3af4610b47b
--- /dev/null
+++ b/emulators/snes9x/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/11/09 16:43:42 wiz Exp $
+
+--- port.h.orig Mon Jan 24 16:13:54 2000
++++ port.h
+@@ -164,6 +164,10 @@
+ #define TITLE "Snes9X: Linux"
+ #endif
+
++#ifdef __NetBSD__
++#define TITLE "Snes9X: NetBSD"
++#endif
++
+ #ifndef TITLE
+ #define TITLE "Snes9x"
+ #endif