diff options
author | 2021-09-08 06:12:04 +0100 | |
---|---|---|
committer | 2021-09-08 06:12:04 +0100 | |
commit | f4609296a949159c046762c4a98624bf9ac2e12c (patch) | |
tree | 8d5b9df15d15ec12e0a29257bd9407a5ace07099 /x11-misc/xnee/xnee-3.19-r2.ebuild | |
parent | dev-libs/unibilium: add 2.1.1 (diff) | |
download | gentoo-f4609296a949159c046762c4a98624bf9ac2e12c.tar.gz gentoo-f4609296a949159c046762c4a98624bf9ac2e12c.tar.bz2 gentoo-f4609296a949159c046762c4a98624bf9ac2e12c.zip |
x11-misc/xnee: fix build with slibtool
Closes: https://bugs.gentoo.org/778962
Thanks-to: orbea <orbea@riseup.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xnee/xnee-3.19-r2.ebuild')
-rw-r--r-- | x11-misc/xnee/xnee-3.19-r2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-misc/xnee/xnee-3.19-r2.ebuild b/x11-misc/xnee/xnee-3.19-r2.ebuild index 17cd30ca867e..f87a29dadb4b 100644 --- a/x11-misc/xnee/xnee-3.19-r2.ebuild +++ b/x11-misc/xnee/xnee-3.19-r2.ebuild @@ -45,10 +45,13 @@ DOCS=( AUTHORS BUGS ChangeLog FAQ NEWS README TODO ) PATCHES=( "${FILESDIR}"/${PN}-3.18-linker.patch "${FILESDIR}"/${P}-libgnomeui-only-for-applets.patch + "${FILESDIR}"/${P}-slibtool.patch ) src_prepare() { default + + mv configure.{in,ac} || die eautoreconf } |