aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-07 08:12:42 +0800
committerpetef <petef@FreeBSD.org>2002-06-07 08:12:42 +0800
commit2670a64d7667ddae443611246ce9aa61a0e2b4b0 (patch)
treeaa192d50ad5bb25c650860996813b75dc9ea5a58 /games
parentb5d89a515bb9674f8c3049314ee8688715e9d744 (diff)
downloadfreebsd-ports-gnome-2670a64d7667ddae443611246ce9aa61a0e2b4b0.tar.gz
freebsd-ports-gnome-2670a64d7667ddae443611246ce9aa61a0e2b4b0.tar.zst
freebsd-ports-gnome-2670a64d7667ddae443611246ce9aa61a0e2b4b0.zip
machine/soundcard.h -> sys/soundcard.h
PR: 38895 Submitted by: Trish Lynch <trish@bsdunix.net>
Diffstat (limited to 'games')
-rw-r--r--games/miscom/files/patch-af14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/miscom/files/patch-af b/games/miscom/files/patch-af
deleted file mode 100644
index f1ae4754a594..000000000000
--- a/games/miscom/files/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
---- sound.c Sat Mar 15 17:17:45 1997
-+++ /home/andy/tmp/wrk/sound.c Thu Aug 6 17:03:30 1998
-@@ -4,7 +4,11 @@
- #include <stdlib.h>
- #include <fcntl.h>
- #include <unistd.h>
-+#ifdef __FreeBSD__
-+#include <machine/soundcard.h>
-+#else
- #include <sys/soundcard.h>
-+#endif
- #include "sound.h"
-
- int sound=1;