Fix rezerware build ...

since nobody bothered to check the work of the student

Also, enable sound effects so I can test sdl-mixer
This commit is contained in:
Chris Roberts
2013-12-22 19:57:58 -07:00
parent 0b4fe2733a
commit 46c9aa22eb
3 changed files with 71 additions and 38 deletions

View File

@@ -35,13 +35,11 @@ BUILD_PREREQUIRES="
cmd:sdl_config$secondaryArchSuffix
"
PATCHES="
rezerwar-0.4.2.patch
"
PATCHES="rezerwar-0.4.2.patchset"
BUILD()
{
configure
./configure
make
}
@@ -53,4 +51,4 @@ INSTALL()
cp src/rezerwar $appsDir/rezerwar/rezerwar
addAppDeskbarSymlink $appsDir/rezerwar/rezerwar "Rezerwar"
}
}