mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
468b815704
Now it comes with sound! But disabled the joystick PR: ports/10852 Submitted by: nakai@internetsolutions.co.jp
12 lines
268 B
Plaintext
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
|