pkgsrc/emulators/snes9x/patches/patch-ad
wiz eeeb3fc79a 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).
2000-11-09 16:43:40 +00:00

15 lines
281 B
Text

$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