diff options
author | 2009-01-16 13:09:48 +0000 | |
---|---|---|
committer | 2009-01-16 13:09:48 +0000 | |
commit | 3166deb85e3bf7bb3762b5b59c0eb5c794942bc3 (patch) | |
tree | af61ccc13fea0745ae406516a34ff9d0c44b6644 /dev-python/pythonmagick/files | |
parent | x11-apps/xmessage: remove xprint support (see bug #254874) (diff) | |
download | gentoo-2-3166deb85e3bf7bb3762b5b59c0eb5c794942bc3.tar.gz gentoo-2-3166deb85e3bf7bb3762b5b59c0eb5c794942bc3.tar.bz2 gentoo-2-3166deb85e3bf7bb3762b5b59c0eb5c794942bc3.zip |
Version bump, with fix for as-needed
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7 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, 15 insertions, 0 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 new file mode 100644 index 000000000000..0911fc43ea0c --- /dev/null +++ b/dev-python/pythonmagick/files/pythonmagick-0.8-as-needed.patch @@ -0,0 +1,15 @@ +--- 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 |