diff options
Diffstat (limited to 'dev-python/pythonmagick/files/pythonmagick-0.9.10-Makefile.am.patch')
| -rw-r--r-- | dev-python/pythonmagick/files/pythonmagick-0.9.10-Makefile.am.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pythonmagick/files/pythonmagick-0.9.10-Makefile.am.patch b/dev-python/pythonmagick/files/pythonmagick-0.9.10-Makefile.am.patch new file mode 100644 index 000000000000..760aa2293f27 --- /dev/null +++ b/dev-python/pythonmagick/files/pythonmagick-0.9.10-Makefile.am.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -27,7 +27,7 @@ + _PythonMagick_la_LDFLAGS = -avoid-version -module $(BOOST_LDFLAGS) + + # And the libraries to include +-_PythonMagick_la_LIBADD = pythonmagick_src/libpymagick.la helpers_src/libhelper.la $(BOOST_LDFLAGS) -lboost_python $(MAGICKPP_LIBS) $(MAGICK_LIBS) ++_PythonMagick_la_LIBADD = pythonmagick_src/libpymagick.la helpers_src/libhelper.la $(BOOST_LDFLAGS) $(BOOST_PYTHON_LIB) $(MAGICKPP_LIBS) $(MAGICK_LIBS) + + EXTRA_DIST = autogen.pl SConstruct pyste_src LICENSE + |
