summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index 25ee304..520797f 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -22,7 +22,7 @@ define $(PKG)_BUILD
mkdir '$(1).build'
cd '$(1).build' && cmake '$(1)' \
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
- -DCMAKE_CXX_FLAGS=-D__STDC_CONSTANT_MACROS \
+ -DCMAKE_CXX_FLAGS='-D__STDC_CONSTANT_MACROS -fpermissive' \
-DCMAKE_HAVE_PTHREAD_H=OFF \
-DPKG_CONFIG_EXECUTABLE='$(PREFIX)/bin/$(TARGET)-pkg-config' \
-DDYNAMIC_OPENTHREADS=OFF \