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-ad
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
219 B
Plaintext

--- unix/unix.cpp.orig Sat Mar 27 15:20:06 1999
+++ unix/unix.cpp Sat Mar 27 15:20:14 1999
@@ -57,7 +57,7 @@
#endif
#ifdef __linux
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#endif
#ifdef __sun