ports/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in
2017-09-08 05:24:36 +00:00

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@