aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dosbox/dosbox-0.74-gcc46.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-17 08:29:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-17 08:29:36 +0000
commit0c5b948f9b90cc1f0204169fe91b2c322efe0f4b (patch)
treec8506bd8e8e7dab02218207a77f1210ccd45a259 /testing/dosbox/dosbox-0.74-gcc46.patch
parente2fabcb59d25a74d986dabd22bb72a6a9010be5b (diff)
downloadaports-0c5b948f9b90cc1f0204169fe91b2c322efe0f4b.tar.bz2
aports-0c5b948f9b90cc1f0204169fe91b2c322efe0f4b.tar.xz
testing/dosbox: new aport
x86/DOS emulator with sound and graphics http://dosbox.com
Diffstat (limited to 'testing/dosbox/dosbox-0.74-gcc46.patch')
-rw-r--r--testing/dosbox/dosbox-0.74-gcc46.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/dosbox/dosbox-0.74-gcc46.patch b/testing/dosbox/dosbox-0.74-gcc46.patch
new file mode 100644
index 0000000000..8b19983a69
--- /dev/null
+++ b/testing/dosbox/dosbox-0.74-gcc46.patch
@@ -0,0 +1,10 @@
+--- a/include/dos_inc.h 2010-05-10 19:43:54.000000000 +0200
++++ b/include/dos_inc.h 2011-03-16 09:46:24.430008904 +0100
+@@ -27,6 +27,7 @@
+ #ifndef DOSBOX_MEM_H
+ #include "mem.h"
+ #endif
++#include <stddef.h>
+
+ #ifdef _MSC_VER
+ #pragma pack (1)