diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-17 08:29:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-17 08:29:36 +0000 |
commit | 0c5b948f9b90cc1f0204169fe91b2c322efe0f4b (patch) | |
tree | c8506bd8e8e7dab02218207a77f1210ccd45a259 /testing/dosbox/dosbox-0.74-gcc46.patch | |
parent | e2fabcb59d25a74d986dabd22bb72a6a9010be5b (diff) | |
download | aports-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.patch | 10 |
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) |