From d313c0b00f13e307b6e24eb202a63c300c7a8f80 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 14 Jan 2019 19:30:55 +0100 Subject: app-crypt/rhash: fix configure for Solaris Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-crypt/rhash/rhash-1.3.7.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app-crypt') diff --git a/app-crypt/rhash/rhash-1.3.7.ebuild b/app-crypt/rhash/rhash-1.3.7.ebuild index 52b9332ac35a..e179038547c0 100644 --- a/app-crypt/rhash/rhash-1.3.7.ebuild +++ b/app-crypt/rhash/rhash-1.3.7.ebuild @@ -32,6 +32,9 @@ S="${WORKDIR}/RHash-${PV}" src_prepare() { default + # fix Solaris detection, upstream: + # https://github.com/rhash/RHash/pull/81 + sed -i -e 's/sunos)/solaris2.*)/' configure || die multilib_copy_sources } -- cgit v1.2.3-65-gdbad