summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-03-26 00:31:58 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-03-26 00:31:58 (GMT)
commiteb57e13c3ae2c40c1eb6c11d5b9fab7963cec59b (patch)
tree7ee353fbafa0e59da2ef755856df5240df20bb79
parent0748272bba004b3602df3c9821b757496ba0db1e (diff)
downloadmxe-eb57e13c3ae2c40c1eb6c11d5b9fab7963cec59b.zip
mxe-eb57e13c3ae2c40c1eb6c11d5b9fab7963cec59b.tar.gz
mxe-eb57e13c3ae2c40c1eb6c11d5b9fab7963cec59b.tar.bz2
package physfs: allow unused vars
-rw-r--r--src/physfs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/physfs.mk b/src/physfs.mk
index 09ba205..03ee23b 100644
--- a/src/physfs.mk
+++ b/src/physfs.mk
@@ -24,7 +24,8 @@ define $(PKG)_BUILD
-DPHYSFS_BUILD_SHARED=FALSE \
-DPHYSFS_INTERNAL_ZLIB=FALSE \
-DPHYSFS_BUILD_TEST=FALSE \
- -DPHYSFS_BUILD_WX_TEST=FALSE
+ -DPHYSFS_BUILD_WX_TEST=FALSE \
+ -DCMAKE_C_FLAGS='-Wno-unused-but-set-variable'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
'$(TARGET)-gcc' \