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