commit: 673e0702bc007ca40fd36ff2ad17b395ba710fc7
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 2 12:37:41 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 12:38:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673e0702
app-crypt/rhash: Apply -lintl fix to BSD libcs (bug #629060)
Package-Manager: Portage-2.3.8, Repoman-2.3.2
app-crypt/rhash/rhash-1.3.5.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-crypt/rhash/rhash-1.3.5.ebuild
b/app-crypt/rhash/rhash-1.3.5.ebuild
index 77b468a64c5..5d6b901c8e6 100644
--- a/app-crypt/rhash/rhash-1.3.5.ebuild
+++ b/app-crypt/rhash/rhash-1.3.5.ebuild
@@ -57,7 +57,8 @@ multilib_src_compile() {
$(use openssl && echo -ldl)
)
- use elibc_Darwin || use elibc_SunOS &&
+ use elibc_Darwin || use elibc_DragonFly || use elibc_FreeBSD ||
+ use elibc_NetBSD || use elibc_OpenBSD || use elibc_SunOS &&
ADDLDFLAGS+=( $(use nls && echo -lintl) )
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" \