1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/libflash/files/patch-ai
Akinori MUSHA d68321e2a0 Separate libflash from flashplayer after a repocopy.
libflash (FlashLib) is a GPL Flash (TM) Library to play Flash movies.
2000-10-14 09:28:52 +00:00

15 lines
282 B
Plaintext

--- sound.cc.orig Thu Sep 2 00:10:03 1999
+++ sound.cc Thu Oct 12 14:49:31 2000
@@ -26,7 +26,11 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#ifndef NOSOUND
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
#include <linux/soundcard.h>
+#endif
#endif
#ifdef RCSID