mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
5 lines
330 B
Text
5 lines
330 B
Text
--- bindings/python/compile_flags.in.orig 2017-07-02 16:18:10 UTC
|
|
+++ bindings/python/compile_flags.in
|
|
@@ -1 +1 @@
|
|
--I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ @BOOST_CPPFLAGS@ @PYTHON_CXXFLAGS@ @OPENSSL_INCLUDES@
|
|
+-I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ -std=c++11 @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@
|