From eb57e13c3ae2c40c1eb6c11d5b9fab7963cec59b Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sat, 26 Mar 2011 01:31:58 +0100 Subject: package physfs: allow unused vars --- src/physfs.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' \ -- cgit v0.12