aboutsummaryrefslogtreecommitdiff
path: root/emulators/dosbox/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/dosbox/files/patch-configure.in')
-rw-r--r--emulators/dosbox/files/patch-configure.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/emulators/dosbox/files/patch-configure.in b/emulators/dosbox/files/patch-configure.in
index 37b8d1ee0f12..579be2296c29 100644
--- a/emulators/dosbox/files/patch-configure.in
+++ b/emulators/dosbox/files/patch-configure.in
@@ -1,12 +1,10 @@
--- configure.in.orig
+++ configure.in
-@@ -335,6 +335,9 @@
- AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX])
+@@ -407,7 +407,6 @@
+ LIBS="$LIBS -framework AudioUnit"
+ ;;
+ *-*-freebsd* | *-*-linux* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
+- AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux or *BSD])
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
;;
-+ *-*-freebsd*)
-+ AC_DEFINE(FREEBSD, 1, [Compiling on FREEBSD])
-+ AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
- esac
-
- dnl Some stuff for the icon.
+ *-*-os2-emx*)