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:
parent
a19bfe4c5d
commit
584e0691be
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user