summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/files/patch-ad
blob: 5af75e3fa95742ee15d3fb85418ac184f79b334a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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