aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-09-04 11:01:03 +0800
committeredwin <edwin@FreeBSD.org>2005-09-04 11:01:03 +0800
commit0aa3103894822f760920e519dd29e49098db5df0 (patch)
tree7fc404984c5e974ffc63368422f39cf9e37b83a2
parent8cf20e50f94cd97eed207870701b84328e303b37 (diff)
downloadfreebsd-ports-gnome-0aa3103894822f760920e519dd29e49098db5df0.tar.gz
freebsd-ports-gnome-0aa3103894822f760920e519dd29e49098db5df0.tar.zst
freebsd-ports-gnome-0aa3103894822f760920e519dd29e49098db5df0.zip
Remove patch file again to make it buildable.
Noticed by: pointyhat run.
-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__