From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5474158973 for ; Tue, 9 Feb 2016 14:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E01121C012; Tue, 9 Feb 2016 14:54:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D8A921C012 for ; Tue, 9 Feb 2016 14:54:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EBB5340862 for ; Tue, 9 Feb 2016 14:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DABA28DF for ; Tue, 9 Feb 2016 14:54:27 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1455029663.61627f387e1da0279c4e228fee9daa2b059bf142.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-6.0-r1.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 61627f387e1da0279c4e228fee9daa2b059bf142 X-VCS-Branch: master Date: Tue, 9 Feb 2016 14:54:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 71c167cc-2ff0-443a-a8ee-a1ae93504700 X-Archives-Hash: 762897290b0a8f2c92ffef18151ad984 commit: 61627f387e1da0279c4e228fee9daa2b059bf142 Author: Fabian Groffen gentoo org> AuthorDate: Tue Feb 9 14:53:59 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Feb 9 14:54:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61627f38 sys-libs/ncurses: sync Prefix fixes Package-Manager: portage-2.2.26 sys-libs/ncurses/ncurses-6.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild b/sys-libs/ncurses/ncurses-6.0-r1.ebuild index 47c80c4..029591b 100644 --- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild +++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild @@ -74,6 +74,7 @@ src_configure() { local dbuildflags="-Wl,-rpath,${WORKDIR}/lib" case ${CHOST} in *-darwin*) dbuildflags= ;; + *-aix*) dbuildflags= ;; esac echo "int main() {}" | \ $(tc-getCC) -o x -x c - ${lbuildflags} -pipe >& /dev/null \ @@ -181,7 +182,7 @@ do_configure() { # Force bash until upstream rebuilds the configure script with a newer # version of autotools. #545532 - CONFIG_SHELL=${EPREFIX}/bin/bash \ + CONFIG_SHELL=${BASH} \ ECONF_SOURCE=${S} \ econf "${conf[@]}" "$@" }