1
0
forked from ports/contrib

physfs: fix compile and not bumping revision as it wont need to be recompiled if it compiles, fixes bug #506

This commit is contained in:
Danny Rawlins 2009-10-19 23:04:31 +11:00
parent a19bfe4c5d
commit 584e0691be

View File

@ -13,6 +13,8 @@ source=(http://icculus.org/$name/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i -e 's|-Werror||' CMakeLists.txt
cmake \
-DPHYSFS_BUILD_STATIC=FALSE \
-DCMAKE_INSTALL_PREFIX=/usr .