diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-11 11:40:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-06 20:32:27 +0100 |
commit | 06246b13517a3963bc247228c95df74197051879 (patch) | |
tree | 598c9e5b03a31df450dcc56ccc9edb0c41e938d8 /dev-libs/libxslt | |
parent | dev-libs/gobject-introspection: remove unused patch (diff) | |
download | gentoo-06246b13517a3963bc247228c95df74197051879.tar.gz gentoo-06246b13517a3963bc247228c95df74197051879.tar.bz2 gentoo-06246b13517a3963bc247228c95df74197051879.zip |
dev-libs/libxslt: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2226
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch b/dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch deleted file mode 100644 index fad067ff4348..000000000000 --- a/dev-libs/libxslt/files/libxslt-1.1.26-disable_static_modules.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- python/Makefile.am -+++ python/Makefile.am -@@ -24,7 +24,8 @@ - libxslt-python-api.xml \ - $(DOCS) - --libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version -+libxsltmod_la_CPPFLAGS = -shared -+libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version -shared - - if WITH_PYTHON - mylibs = \ |