diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:42:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:42:29 +0000 |
commit | 247ba50f68a57889ce13c3beabe337a348a0dc39 (patch) | |
tree | a84cc433bd015b01acf6406f78caf14fc5dc60f1 /games/fkiss | |
parent | 9f0cfe0e26c0bf28c53d1071ce0c0c2388118328 (diff) | |
download | ports-247ba50f68a57889ce13c3beabe337a348a0dc39.tar.gz ports-247ba50f68a57889ce13c3beabe337a348a0dc39.zip |
Notes
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/files/patch-aa | 11 |
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 |