diff options
author | 2007-05-16 20:44:11 +0000 | |
---|---|---|
committer | 2007-05-16 20:44:11 +0000 | |
commit | f1c61665c57fac03ef38a593c384731662d2d96e (patch) | |
tree | d12eb1526cb8fa131d280b84edafff5834c54b31 /dev-util | |
parent | alpha stable wrt #163802 (diff) | |
download | gentoo-2-f1c61665c57fac03ef38a593c384731662d2d96e.tar.gz gentoo-2-f1c61665c57fac03ef38a593c384731662d2d96e.tar.bz2 gentoo-2-f1c61665c57fac03ef38a593c384731662d2d96e.zip |
Temporary workaround for bug #173703.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/jam/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/jam/jam-2.5-r3.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-util/jam/ChangeLog b/dev-util/jam/ChangeLog index 6071630cb5e2..7b8b935d697b 100644 --- a/dev-util/jam/ChangeLog +++ b/dev-util/jam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jam # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/ChangeLog,v 1.22 2007/03/12 18:59:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/ChangeLog,v 1.23 2007/05/16 20:44:11 dirtyepic Exp $ + + 16 May 2007; Ryan Hill <dirtyepic@gentoo.org> jam-2.5-r3.ebuild: + Temporary workaround for bug #173703. 12 Mar 2007; Raúl Porcel <armin76@gentoo.org> jam-2.5-r3.ebuild: x86 stable diff --git a/dev-util/jam/jam-2.5-r3.ebuild b/dev-util/jam/jam-2.5-r3.ebuild index 7dfcf7ee915b..9a10ea4f4e70 100644 --- a/dev-util/jam/jam-2.5-r3.ebuild +++ b/dev-util/jam/jam-2.5-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.5-r3.ebuild,v 1.7 2007/03/12 18:59:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.5-r3.ebuild,v 1.8 2007/05/16 20:44:11 dirtyepic Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="Just Another Make - advanced make replacement" HOMEPAGE="http://www.perforce.com/jam/jam.html" @@ -24,6 +24,10 @@ src_unpack() { } src_compile() { + + # Temporary work-around for bug #173703 + append-flags -fno-strict-aliasing + # The bootstrap makefile assumes ${S} is in the path env PATH="${PATH}:${S}" \ emake -j1 \ |