diff options
Diffstat (limited to 'emulators/dosbox/patches/patch-ae')
-rw-r--r-- | emulators/dosbox/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/dosbox/patches/patch-ae b/emulators/dosbox/patches/patch-ae new file mode 100644 index 00000000000..d10d739cba3 --- /dev/null +++ b/emulators/dosbox/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2007/03/26 06:31:55 xtraeme Exp $ + +--- configure.in.orig 2007-02-28 20:56:16.000000000 +0100 ++++ configure.in 2007-03-26 08:17:48.000000000 +0200 +@@ -331,6 +331,10 @@ + 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(BSD, 1, [Compiling on BSD]) ++ AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support.]) ++ ;; + *-*-os2-emx*) + AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX]) + AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).]) |