DOSBox Fixed Patch

This commit is contained in:
Adrián Arroyo Calle
2013-12-10 14:37:06 +00:00
parent eeddd8e0bf
commit 5562da1157
2 changed files with 21 additions and 2 deletions

View File

@@ -52,12 +52,11 @@ BUILD_PREREQUIRES="
SOURCE_DIR="dosbox-0.74"
PATCHES="
powf.patch
dosbox-0.74.patch
"
BUILD()
{
#libtoolize --force --copy --install
./configure --prefix=$prefix --disable-dynamic-core --bindir=$appsDir --datarootdir=$dataDir
make
}