summaryrefslogtreecommitdiff
path: root/emulators/dosbox/patches/patch-ae
blob: 4c1a52719cd98188c305d869a3066114cad8325b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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*)