summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-06-12 09:15:38 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-06-13 15:07:29 +0200
commit08b98eae25ed4dc6d2c1af6749b172231cd3f5fd (patch)
tree90b0920d0c3737560c522a7da78b8384004c24e7 /app-crypt
parentdev-lang/swi-prolog: fix active-gen during clause GC (diff)
downloadgentoo-08b98eae25ed4dc6d2c1af6749b172231cd3f5fd.tar.gz
gentoo-08b98eae25ed4dc6d2c1af6749b172231cd3f5fd.tar.bz2
gentoo-08b98eae25ed4dc6d2c1af6749b172231cd3f5fd.zip
app-crypt/rhash: fix configure for Cygwin
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/rhash/rhash-1.3.8.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/rhash/rhash-1.3.8.ebuild b/app-crypt/rhash/rhash-1.3.8.ebuild
index e179038547c0..4f5348c2244b 100644
--- a/app-crypt/rhash/rhash-1.3.8.ebuild
+++ b/app-crypt/rhash/rhash-1.3.8.ebuild
@@ -35,6 +35,9 @@ src_prepare() {
# fix Solaris detection, upstream:
# https://github.com/rhash/RHash/pull/81
sed -i -e 's/sunos)/solaris2.*)/' configure || die
+ # fix Cygwin detection, upstream:
+ # https://github.com/rhash/RHash/pull/89
+ sed -i -e '/TARGET_OS=Darwin/acygwin*) TARGET_OS=CYGWIN ;;' configure || die
multilib_copy_sources
}