diff options
author | 2021-04-07 19:45:14 +0200 | |
---|---|---|
committer | 2021-04-07 19:45:14 +0200 | |
commit | 91272d43c62f6dfd076cbd0ae98896fdb366e3a5 (patch) | |
tree | 417f109af4f66e1a512bbdd4686d1415d1d1411b /dev-libs/mxml/mxml-3.2.ebuild | |
parent | games-fps/eduke32: drop old version (diff) | |
download | gentoo-91272d43c62f6dfd076cbd0ae98896fdb366e3a5.tar.gz gentoo-91272d43c62f6dfd076cbd0ae98896fdb366e3a5.tar.bz2 gentoo-91272d43c62f6dfd076cbd0ae98896fdb366e3a5.zip |
dev-libs/mxml: fix compilation with slibtool
Closes: https://bugs.gentoo.org/780060
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/mxml/mxml-3.2.ebuild')
-rw-r--r-- | dev-libs/mxml/mxml-3.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/mxml/mxml-3.2.ebuild b/dev-libs/mxml/mxml-3.2.ebuild index 710eb09a6790..b21734763a11 100644 --- a/dev-libs/mxml/mxml-3.2.ebuild +++ b/dev-libs/mxml/mxml-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,8 @@ IUSE="static-libs threads" BDEPEND="virtual/pkgconfig" +PATCHES=( "${FILESDIR}/${P}-slibtool.patch" ) + src_prepare() { default |