diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-30 05:49:30 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-30 05:49:30 (GMT) |
commit | e94d07e9788292957c73b2494ec3ce53deda29e7 (patch) | |
tree | 3cd125ec03bb7aad0d517ecddac34f895333be09 /src/openscenegraph.mk | |
parent | 3c96c291b2d369352ab3994f70dd8db6f7911ba7 (diff) | |
download | mxe-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.mk | 2 |
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) \ |