summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-11-09 16:43:40 +0000
committerwiz <wiz@pkgsrc.org>2000-11-09 16:43:40 +0000
commiteeeb3fc79a61c5d3d3b18f9a9914117043247b10 (patch)
tree3a5499401e316c9776287b239196fd47b798a933 /emulators/snes9x/patches/patch-ad
parente95365578d4a91abe4d15a4d0d8ab89ad25b6367 (diff)
downloadpkgsrc-eeeb3fc79a61c5d3d3b18f9a9914117043247b10.tar.gz
Import snes9x, a SNES (Super Nintendo) emulator. Package provided by
Jared D. McNeill in pkg/11439, touched up by me. XXX: i386/ELF only for now, patch-ab and patch-ac improve compilation on a.out, but linking fails (underbar problems).
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