summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-30 05:49:30 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-30 05:49:30 (GMT)
commite94d07e9788292957c73b2494ec3ce53deda29e7 (patch)
tree3cd125ec03bb7aad0d517ecddac34f895333be09 /src/openscenegraph.mk
parent3c96c291b2d369352ab3994f70dd8db6f7911ba7 (diff)
downloadmxe-e94d07e9788292957c73b2494ec3ce53deda29e7.zip
mxe-e94d07e9788292957c73b2494ec3ce53deda29e7.tar.gz
mxe-e94d07e9788292957c73b2494ec3ce53deda29e7.tar.bz2
openexr openscenegraph: remove -fpermissive from CXXFLAGS
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 6c124f5..952f160 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 -fpermissive' \
+ -DCMAKE_CXX_FLAGS='-D__STDC_CONSTANT_MACROS' \
-DCMAKE_HAVE_PTHREAD_H=OFF \
-DPKG_CONFIG_EXECUTABLE='$(PREFIX)/bin/$(TARGET)-pkg-config' \
-DDYNAMIC_OPENTHREADS=$(CMAKE_SHARED_BOOL) \