summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-14 21:20:25 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-14 21:20:25 +0100
commit3824de17a3b35b941830624efc88b7258f105de5 (patch)
tree789b23ebab68c8bafe41ae6807280d442ee7d053 /x11-libs
parentx11-libs/libast: disable static libs (diff)
downloadgentoo-3824de17a3b35b941830624efc88b7258f105de5.tar.gz
gentoo-3824de17a3b35b941830624efc88b7258f105de5.tar.bz2
gentoo-3824de17a3b35b941830624efc88b7258f105de5.zip
x11-libs/neXtaw: disable static libs
Closes: https://bugs.gentoo.org/726148 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild b/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild
index cf5551a641aa..547227d7959f 100644
--- a/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild
+++ b/x11-libs/neXtaw/neXtaw-0.15.1-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Athena Widgets with N*XTSTEP appearance"
HOMEPAGE="http://siag.nu/neXtaw/"
@@ -10,9 +10,9 @@ SRC_URI="http://siag.nu/pub/neXtaw/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-RDEPEND="x11-base/xorg-proto
+RDEPEND="
+ x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXext
x11-libs/libXt
@@ -24,7 +24,11 @@ RDEPEND="x11-base/xorg-proto
!<x11-libs/neXtaw-0.15.1-r1"
DEPEND="${RDEPEND}"
+src_configure() {
+ econf --disable-static
+}
+
src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+ default
+ find "${ED}" -name '*.la' -delete || die
}