freebsd-ports/emulators/snes9x/files/patch-ae
Jose Alonso Cardenas Marquez fee519b29e - Update to 1.5
- Add new mirrors to MASTER_SITES
- Add pkg-message file
- Convert to OPTIONS
- Clean patch files
- Install DOCSDIR files
- Remove obsolete patch
- Remove USE_X_PREFIX
- Take maintainership
2006-12-27 17:27:37 +00:00

13 lines
269 B
Text

--- port.h.orig Fri Jun 30 08:40:56 2006
+++ port.h Tue Dec 26 23:09:22 2006
@@ -360,6 +360,10 @@
#define SYS_CONFIG_FILE "/etc/snes9x/snes9x.conf"
#endif
+#ifdef __FreeBSD__
+#define TITLE "Snes9X: FreeBSD"
+#endif
+
#ifndef TITLE
#define TITLE "Snes9x"
#endif