dosbox: updated to 0.73.
This commit is contained in:
parent
832dc43a5f
commit
d6b0a0ef7b
@ -1,2 +1 @@
|
|||||||
262939cc28966c1f9b07c2bc472b699f dosbox-0.72.tar.gz
|
0823a11242db711ac3d6ebfff6aff572 dosbox-0.73.tar.gz
|
||||||
f09ca654d417f8ef033d9a93c6b1aa5b dosbox.diff
|
|
||||||
|
@ -5,14 +5,12 @@
|
|||||||
# Depends on: libsdl
|
# Depends on: libsdl
|
||||||
|
|
||||||
name=dosbox
|
name=dosbox
|
||||||
version=0.72
|
version=0.73
|
||||||
release=2
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
||||||
$name.diff)
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
patch -Np1 -i $SRC/$name.diff
|
|
||||||
./configure --prefix=/usr --mandir=/usr/man
|
./configure --prefix=/usr --mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
diff -urN dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72-gcc4.3/src/hardware/gameblaster.cpp
|
|
||||||
--- dosbox-0.72/src/hardware/gameblaster.cpp 2007-01-10 21:17:37.000000000 +1100
|
|
||||||
+++ dosbox-0.72-gcc4.3/src/hardware/gameblaster.cpp 2008-11-29 10:42:27.304432272 +1100
|
|
||||||
@@ -17,6 +17,7 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
+#include <cstring>
|
|
||||||
#include "dosbox.h"
|
|
||||||
#include "inout.h"
|
|
||||||
#include "mixer.h"
|
|
||||||
diff -urN dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72-gcc4.3/src/hardware/tandy_sound.cpp
|
|
||||||
--- dosbox-0.72/src/hardware/tandy_sound.cpp 2007-06-30 04:21:12.000000000 +1000
|
|
||||||
+++ dosbox-0.72-gcc4.3/src/hardware/tandy_sound.cpp 2008-11-29 10:43:06.026732418 +1100
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
+#include <cstring>
|
|
||||||
#include "dosbox.h"
|
|
||||||
#include "inout.h"
|
|
||||||
#include "mixer.h"
|
|
||||||
diff -urN dosbox-0.72/src/shell/shell_cmds.cpp dosbox-0.72-gcc4.3/src/shell/shell_cmds.cpp
|
|
||||||
--- dosbox-0.72/src/shell/shell_cmds.cpp 2007-08-18 03:58:46.000000000 +1000
|
|
||||||
+++ dosbox-0.72-gcc4.3/src/shell/shell_cmds.cpp 2008-11-29 10:44:16.806788351 +1100
|
|
||||||
@@ -18,6 +18,7 @@
|
|
||||||
|
|
||||||
/* $Id: shell_cmds.cpp,v 1.78 2007/08/17 17:58:46 qbix79 Exp $ */
|
|
||||||
|
|
||||||
+#include <cstdlib>
|
|
||||||
#include <string.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <vector>
|
|
Loading…
x
Reference in New Issue
Block a user