From eeeb3fc79a61c5d3d3b18f9a9914117043247b10 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 9 Nov 2000 16:43:40 +0000 Subject: 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). --- emulators/snes9x/patches/patch-ad | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emulators/snes9x/patches/patch-ad (limited to 'emulators/snes9x/patches/patch-ad') 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 -- cgit v1.2.3