aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-08 08:42:29 +0800
committerkris <kris@FreeBSD.org>2002-09-08 08:42:29 +0800
commit235685010c4e3d00c7c205ae8c49c50fb99af043 (patch)
tree9e555e94b2d4c628e6d47a14552e8a9341706110 /games
parent6559e1bd780765e18170e7d6f8de11aba3d4621d (diff)
downloadfreebsd-ports-gnome-235685010c4e3d00c7c205ae8c49c50fb99af043.tar.gz
freebsd-ports-gnome-235685010c4e3d00c7c205ae8c49c50fb99af043.tar.zst
freebsd-ports-gnome-235685010c4e3d00c7c205ae8c49c50fb99af043.zip
Fix build on current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'games')
-rw-r--r--games/fkiss/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/fkiss/files/patch-aa b/games/fkiss/files/patch-aa
new file mode 100644
index 000000000000..d2e6186a5fc8
--- /dev/null
+++ b/games/fkiss/files/patch-aa
@@ -0,0 +1,11 @@
+--- sound.c.orig Sat Sep 7 16:49:25 2002
++++ sound.c Sat Sep 7 16:49:46 2002
+@@ -40,7 +40,7 @@
+ #ifdef __FreeBSD__
+ # define USE_DSP
+ # define DEV_SOUND "/dev/dsp"
+-# include <machine/soundcard.h>
++# include <sys/soundcard.h>
+ #endif
+
+ #ifndef DEV_SOUND