summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2017-07-18 09:36:05 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2017-07-18 09:36:05 +0200
commitbec2b5364c3626a935d37a43fc031ae3091b0054 (patch)
tree92f6ea5a680f9b5178dd751de43f07b00d5ecc17
parentscripts/bootstrap-prefix.sh: bump snapshot, bug #622290 (diff)
downloadprefix-bec2b5364c3626a935d37a43fc031ae3091b0054.tar.gz
prefix-bec2b5364c3626a935d37a43fc031ae3091b0054.tar.bz2
prefix-bec2b5364c3626a935d37a43fc031ae3091b0054.zip
app-arch/unzip: cygwin needs generic target
Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.2
-rw-r--r--app-arch/unzip/unzip-6.0_p20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/unzip/unzip-6.0_p20.ebuild b/app-arch/unzip/unzip-6.0_p20.ebuild
index 4c0b9979ad..bb988fe692 100644
--- a/app-arch/unzip/unzip-6.0_p20.ebuild
+++ b/app-arch/unzip/unzip-6.0_p20.ebuild
@@ -69,7 +69,7 @@ src_configure() {
*-aix*) TARGET="gcc"; append-cppflags "-DNO_LCHMOD"; append-ldflags "-Wl,-blibpath:${EPREFIX}/usr/$(get_libdir)" ;;
*-hpux*) TARGET="gcc"; append-ldflags "-Wl,+b,${EPREFIX}/usr/$(get_libdir)" ;;
*-mint*) TARGET="generic" ;;
- *-cygwin*) TARGET="cygwin" ;;
+ *-cygwin*) TARGET="generic" ;;
*) die "Unknown target; please update the ebuild to handle ${CHOST} " ;;
esac