From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../pyilmbase-2.2.0-configure-boost_python.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch (limited to 'dev-python/pyilmbase/files') 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" -- cgit v1.2.3