summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2021-03-30 08:25:45 -0500
committerBen Kohler <bkohler@gentoo.org>2021-03-30 08:26:00 -0500
commit22361e13de69f242e722485efab29b16d6b983d4 (patch)
treeb88e579ca3c39531bc7ebb774ef15687e2bccd1a /x11-wm/blackbox
parentnet-misc/seafile-client: fix build with dev-libs/glib-2.68.0 (diff)
downloadgentoo-22361e13de69f242e722485efab29b16d6b983d4.tar.gz
gentoo-22361e13de69f242e722485efab29b16d6b983d4.tar.bz2
gentoo-22361e13de69f242e722485efab29b16d6b983d4.zip
x11-wm/blackbox: add static-libs flag
Closes: https://bugs.gentoo.org/779367 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r--x11-wm/blackbox/blackbox-0.76-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/blackbox/blackbox-0.76-r1.ebuild b/x11-wm/blackbox/blackbox-0.76-r1.ebuild
index 81e924b915bf..50375072373b 100644
--- a/x11-wm/blackbox/blackbox-0.76-r1.ebuild
+++ b/x11-wm/blackbox/blackbox-0.76-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/bbidulock/blackboxwm/archive/${PV}.tar.gz -> ${P}.ta
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="nls truetype debug"
+IUSE="debug nls static-libs truetype"
RDEPEND="x11-libs/libXft
x11-libs/libXt
@@ -51,4 +51,5 @@ src_install() {
dodoc AUTHORS ChangeLog* COMPLIANCE README* TODO
find "${D}" -name '*.la' -delete || die
+ use static-libs || rm /usr/$(get_libdir)/libbt.a || die
}