mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
$NetBSD: patch-ae,v 1.3 2006/03/18 15:56:00 ben Exp $
|
|
|
|
--- port.h.orig 2004-12-30 14:15:47.000000000 -0800
|
|
+++ port.h
|
|
@@ -281,6 +281,10 @@ EXTERN_C void MixSound(void);
|
|
#define TITLE "Snes9X: Linux"
|
|
#endif
|
|
|
|
+#ifdef __NetBSD__
|
|
+#define TITLE "Snes9X: NetBSD"
|
|
+#endif
|
|
+
|
|
#ifndef TITLE
|
|
#define TITLE "Snes9x"
|
|
#endif
|