summaryrefslogtreecommitdiff
path: root/emulators/dosbox/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/dosbox/patches/patch-ae')
-rw-r--r--emulators/dosbox/patches/patch-ae19
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/dosbox/patches/patch-ae b/emulators/dosbox/patches/patch-ae
deleted file mode 100644
index 4c1a52719cd..00000000000
--- a/emulators/dosbox/patches/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2007/07/31 14:27:28 xtraeme Exp $
-
---- configure.in.orig 2007-07-30 09:42:16.000000000 +0200
-+++ configure.in 2007-07-31 16:23:18.000000000 +0200
-@@ -406,8 +406,12 @@
- AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
- LIBS="$LIBS -framework AudioUnit"
- ;;
-- *-*-freebsd* | *-*-linux* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
-- AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux or *BSD])
-+ *-*-linux*)
-+ AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux])
-+ AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix
-+ and OS/2).])
-+ ;;
-+ *-*-freebsd* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
- AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
- ;;
- *-*-os2-emx*)