1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/rocksndiamonds/files/patch-ad

12 lines
266 B
Plaintext
Raw Normal View History

--- src/sound.h.orig Sun Jun 20 18:05:54 1999
+++ src/sound.h Sun Jun 20 18:06:06 1999
@@ -26,7 +26,7 @@
extern void ioctl(long, long, void *);
#endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) && !defined(NO_SOUNDS)
#include <machine/soundcard.h>
#endif