summaryrefslogtreecommitdiff
path: root/dev-python/pyilmbase/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/pyilmbase/files
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pyilmbase/files')
-rw-r--r--dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch b/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch
new file mode 100644
index 000000000000..897bc02baf90
--- /dev/null
+++ b/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch
@@ -0,0 +1,22 @@
+diff --git a/configure.ac b/configure.ac
+index a4d6027..edfb49f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -76,7 +76,7 @@ LIBS="$LIBS -lpython$PYTHON_VERSION"
+ BOOST_PYTHON_CXXFLAGS=""
+ BOOST_PYTHON_LDFLAGS=""
+ BOOST_PYTHON_LIBS=""
+-BOOST_PYTHON_LIBNAME="boost_python"
++BOOST_PYTHON_LIBNAME="boost_python-$PYTHON_VERSION"
+
+ AC_ARG_WITH(
+ [boost-include-dir],
+@@ -90,7 +90,7 @@ AC_ARG_WITH(
+
+ AC_ARG_WITH(
+ [boost-python-libname],
+- [AS_HELP_STRING([--with-boost-python-libname],["boost::python library name (default: boost_python)"])],
++ [AS_HELP_STRING([--with-boost-python-libname],["boost::python library name (default: boost_python-$PYTHON_VERSION)"])],
+ [BOOST_PYTHON_LIBNAME="$withval"])
+
+ CXXFLAGS="$CXXFLAGS $BOOST_PYTHON_CXXFLAGS -I$PYTHON_INC_DIR"