diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-23 17:49:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-23 17:49:56 +0000 |
commit | 8c45f58b8e66701a75e65126064bb717ecaaa048 (patch) | |
tree | 28d8ee244d82c710ce7a5e4df420a0b724530bfd /dev-python/pythonmagick/files | |
parent | stable ppc64, bug 253077 (diff) | |
download | gentoo-2-8c45f58b8e66701a75e65126064bb717ecaaa048.tar.gz gentoo-2-8c45f58b8e66701a75e65126064bb717ecaaa048.tar.bz2 gentoo-2-8c45f58b8e66701a75e65126064bb717ecaaa048.zip |
Upstream changed, and export boost_python to fix bug #255615#
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pythonmagick/files')
-rw-r--r-- | dev-python/pythonmagick/files/pythonmagick-0.8-as-needed.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/pythonmagick/files/pythonmagick-0.8-as-needed.patch b/dev-python/pythonmagick/files/pythonmagick-0.8-as-needed.patch deleted file mode 100644 index 0911fc43ea0c..000000000000 --- a/dev-python/pythonmagick/files/pythonmagick-0.8-as-needed.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.am.orig 2009-01-16 10:31:46.177792880 +0000 -+++ Makefile.am 2009-01-16 10:31:21.412531252 +0000 -@@ -17,10 +17,9 @@ - nodist_EXTRA__PythonMagick_la_SOURCES = dummy.cpp - - # Flags are always good to have --_PythonMagick_la_LDFLAGS = -avoid-version -module $(BOOST_LDFLAGS) $(BOOST_PYTHON_LIBS) $(MAGICKPP_LIBS) $(MAGICK_LIBS) -l$(PYTHON_LIB) -+_PythonMagick_la_LDFLAGS = -avoid-version -module - - # And the libraries to include --_PythonMagick_la_LIBADD = pythonmagick_src/libpymagick.la \ -- helpers_src/libhelper.la -+_PythonMagick_la_LIBADD = pythonmagick_src/libpymagick.la helpers_src/libhelper.la -l$(BOOST_PYTHON_LIB) $(BOOST_LDFLAGS) $(MAGICKPP_LIBS) $(MAGICK_LIBS) -l$(PYTHON_LIB) - - EXTRA_DIST = autogen.pl SConstruct pyste_src |