summaryrefslogtreecommitdiff
path: root/emulators/dosbox/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-03 14:35:23 +0000
committerwiz <wiz>2003-06-03 14:35:23 +0000
commit3f292d62e8761a4bec0cf7625122f6db17417ca5 (patch)
tree14a99bda4f3e5f8054f40f533c046d4ee6fb71e7 /emulators/dosbox/patches
parent01da9554297db9f6d2d35c4f75530e18289b66d6 (diff)
downloadpkgsrc-3f292d62e8761a4bec0cf7625122f6db17417ca5.tar.gz
Initial import of dosbox, provided by Quentin Garnier via pkgsrc-wip.
DOSBox is a DOS-emulator using SDL for easy portability to different platforms, DOSBox has already been ported to several different platforms, such as Windows, BeOS, Linux, Mac OS X... DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games... You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer !
Diffstat (limited to 'emulators/dosbox/patches')
-rw-r--r--emulators/dosbox/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/dosbox/patches/patch-aa b/emulators/dosbox/patches/patch-aa
new file mode 100644
index 00000000000..b80072860fb
--- /dev/null
+++ b/emulators/dosbox/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/06/03 14:35:23 wiz Exp $
+
+--- src/gui/sdlmain.cpp.orig 2003-03-31 12:10:13.000000000 +0200
++++ src/gui/sdlmain.cpp
+@@ -39,7 +39,7 @@
+ //#define DISABLE_JOYSTICK
+ #define C_GFXTHREADED 1 //Enabled by default
+
+-#if defined(MACOSX)
++#if defined(MACOSX) || defined(__NetBSD__)
+ extern char** environ;
+ #endif
+