aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar11/files/patch-bindings_python_compile__flags.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar11/files/patch-bindings_python_compile__flags.in')
-rw-r--r--net-p2p/libtorrent-rasterbar11/files/patch-bindings_python_compile__flags.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar11/files/patch-bindings_python_compile__flags.in b/net-p2p/libtorrent-rasterbar11/files/patch-bindings_python_compile__flags.in
new file mode 100644
index 000000000000..9d9fb85cc6da
--- /dev/null
+++ b/net-p2p/libtorrent-rasterbar11/files/patch-bindings_python_compile__flags.in
@@ -0,0 +1,5 @@
+--- 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@