freebsd-ports/emulators/darcnes/files/patch-snd__unix.c
Pawel Pekala 2a9f1991aa - COMMENT should start wit capital letter
- Remove deprecated WANT_GNOME
- Turn pkg-plist to PLIST_FILES, PORTDOCS - only 2 plist items
- Convert to options helpers, add missing dependencies when GTK1=on
- Fix build when SVGALIB=on => patch-video__svga.c
- Regenerate patches with make makepatch
2017-07-16 18:06:45 +00:00

11 lines
213 B
C

--- snd_unix.c.orig 2000-10-30 22:18:27 UTC
+++ snd_unix.c
@@ -23,7 +23,7 @@
#endif
#ifdef SYSTEM_FREEBSD
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#define SOUND_DEVICE "/dev/dsp"
#endif