summaryrefslogtreecommitdiff
path: root/emulators
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
parent- Add a runtime dependency on libGL (diff)
Remove patch file again to make it buildable.
Noticed by: pointyhat run.
Diffstat (limited to 'emulators')
-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__