freebsd-ports/games/rocksndiamonds/files/patch-ad
Oliver Lehmann 6d15edc9be Update rocksndiamonds to 2.1.1
PR:		54638
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	maintainer
2003-07-22 06:39:54 +00:00

11 lines
350 B
Text

--- src/libgame/sound.c.orig Sat Jul 19 15:53:46 2003
+++ src/libgame/sound.c Sat Jul 19 15:54:26 2003
@@ -26,7 +26,7 @@
#include <sys/ioctl.h>
#include <linux/soundcard.h>
#elif defined(PLATFORM_FREEBSD)
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#elif defined(PLATFORM_NETBSD)
#include <sys/ioctl.h>
#include <sys/audioio.h>