Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rhash/
Date: Sat, 02 Sep 2017 12:38:50
Message-Id: 1504355921.673e0702bc007ca40fd36ff2ad17b395ba710fc7.chewi@gentoo
1 commit: 673e0702bc007ca40fd36ff2ad17b395ba710fc7
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 12:37:41 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 12:38:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673e0702
7
8 app-crypt/rhash: Apply -lintl fix to BSD libcs (bug #629060)
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 app-crypt/rhash/rhash-1.3.5.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-crypt/rhash/rhash-1.3.5.ebuild b/app-crypt/rhash/rhash-1.3.5.ebuild
16 index 77b468a64c5..5d6b901c8e6 100644
17 --- a/app-crypt/rhash/rhash-1.3.5.ebuild
18 +++ b/app-crypt/rhash/rhash-1.3.5.ebuild
19 @@ -57,7 +57,8 @@ multilib_src_compile() {
20 $(use openssl && echo -ldl)
21 )
22
23 - use elibc_Darwin || use elibc_SunOS &&
24 + use elibc_Darwin || use elibc_DragonFly || use elibc_FreeBSD ||
25 + use elibc_NetBSD || use elibc_OpenBSD || use elibc_SunOS &&
26 ADDLDFLAGS+=( $(use nls && echo -lintl) )
27
28 emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" \