Closes https://bugs.gentoo.org/show_bug.cgi?id=626948
Package-Manager: Portage-2.3.6, Repoman-2.3.3
src_configure() {
# 447688
- use elibc_glibc || append-libs iconv
+ use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
econf \
--sysconfdir="${EPREFIX}"/etc/mtools \
$(use_with X x)
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
src_configure() {
# 447688
- use elibc_glibc || append-libs iconv
+ use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
econf \
--sysconfdir="${EPREFIX}"/etc/mtools \
$(use_with X x)