summaryrefslogtreecommitdiff
path: root/dev-python/pyilmbase/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-17 09:07:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-17 09:07:15 +0000
commit9bd54251864651f49e673a08aec9ef79cfe08f04 (patch)
treebac28788ab54849c5d28edb190a687167737e736 /dev-python/pyilmbase/files
parent6b933047f46efec1aa747570f945344254227457 (diff)
gentoo resync : 17.12.2017
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"