1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/emulators/snes9x/files/patch-ab
Seiichirou Hiraoka 468b815704 Update to 118e
Now it comes with sound!
But disabled the joystick
PR: ports/10852
Submitted by: nakai@internetsolutions.co.jp
1999-03-31 14:01:19 +00:00

12 lines
268 B
Plaintext

--- port.h.orig Sat Mar 27 15:23:53 1999
+++ port.h Sat Mar 27 16:24:39 1999
@@ -125,7 +125,7 @@
#define SLASH_CHAR '/'
#endif
-#ifdef __linux
+#if defined(__linux) || defined(__FreeBSD__)
typedef void (*SignalHandler)(int);
#define SIG_PF SignalHandler
#endif