repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
emulators
/
snes9x
/
patches
/
patch-ae
blob
baba16a3e2d4d1772dad884fd0b556ede99437e1
1
$NetBSD$
2
3
--- port.h.orig 2004-12-30 14:15:47.000000000 -0800
4
+++ port.h
5
@@ -281,6 +281,10 @@ EXTERN_C void MixSound(void);
6
#define TITLE "Snes9X: Linux"
7
#endif
8
9
+#ifdef __NetBSD__
10
+#define TITLE "Snes9X: NetBSD"
11
+#endif
12
+
13
#ifndef TITLE
14
#define TITLE "Snes9x"
15
#endif