aboutsummaryrefslogtreecommitdiff
path: root/emulators/fmsx
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-09-04 03:01:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-09-04 03:01:03 +0000
commit52fe82d3d1fbb4b341a04922fd59646b174fd602 (patch)
treea48787497e44631559e5907892b32381dc30a566 /emulators/fmsx
parent76d7183a418c57dc80fe5a092f2eeb3d856c04a3 (diff)
downloadports-52fe82d3d1fbb4b341a04922fd59646b174fd602.tar.gz
ports-52fe82d3d1fbb4b341a04922fd59646b174fd602.zip
Remove patch file again to make it buildable.
Noticed by: pointyhat run.
Notes
Notes: svn path=/head/; revision=141871
Diffstat (limited to 'emulators/fmsx')
-rw-r--r--emulators/fmsx/files/patch-SndUnix.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/fmsx/files/patch-SndUnix.c b/emulators/fmsx/files/patch-SndUnix.c
deleted file mode 100644
index 96ea70557bb6..000000000000
--- a/emulators/fmsx/files/patch-SndUnix.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- SndUnix.c.orig Sat Feb 28 10:19:49 2004
-+++ SndUnix.c Sat Feb 28 10:19:56 2004
-@@ -75,7 +75,7 @@
- #else /* SUN_AUDIO */
-
- #ifdef __FreeBSD__
--#include <machine/soundcard.h>
-+#include <sys/soundcard.h>
- #endif
-
- #ifdef __NetBSD__