diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-07-31 09:42:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-07-31 09:42:07 +0000 |
commit | 63202594653a86c666679a2e2aeac86ef6f5a06d (patch) | |
tree | d671f5f430620eb447330300eadbd817550dcd3b /dev-util | |
parent | Removed tests since none available (diff) | |
download | gentoo-2-63202594653a86c666679a2e2aeac86ef6f5a06d.tar.gz gentoo-2-63202594653a86c666679a2e2aeac86ef6f5a06d.tar.bz2 gentoo-2-63202594653a86c666679a2e2aeac86ef6f5a06d.zip |
x86-macos users also want to build boost-build
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-build/boost-build-1.34.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/boost-build/boost-build-1.34.1.ebuild b/dev-util/boost-build/boost-build-1.34.1.ebuild index d7b7d4bad711..6e8cd4f10b05 100644 --- a/dev-util/boost-build/boost-build-1.34.1.ebuild +++ b/dev-util/boost-build/boost-build-1.34.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.1 2007/07/29 10:32:34 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.2 2007/07/31 09:42:07 grobian Exp $ inherit flag-o-matic toolchain-funcs versionator @@ -45,7 +45,7 @@ src_compile() { cd jam/src local toolset - if [ "${ARCH}" == "ppc-macos" ] ; then + if [[ ${CHOST} == *-darwin* ]] ; then toolset=darwin else # Using boost's generic toolset here, which respects CC and CFLAGS |