diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-21 02:18:51 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-21 02:18:51 +0000 |
commit | 9f339db5cb520ba695eb8872dd75962b9cde2677 (patch) | |
tree | 37bc0ca1a12f07c6aa94daaaa4f9b5673bee9a77 /dev-lang | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-9f339db5cb520ba695eb8872dd75962b9cde2677.tar.gz gentoo-2-9f339db5cb520ba695eb8872dd75962b9cde2677.tar.bz2 gentoo-2-9f339db5cb520ba695eb8872dd75962b9cde2677.zip |
(non maintainer commit) add amd64 specific configure flag to allow compilation, bug #205638
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.9 x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gpc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gpc/gpc-20051104.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-lang/gpc/ChangeLog b/dev-lang/gpc/ChangeLog index 9589da9bf460..282d3787b91a 100644 --- a/dev-lang/gpc/ChangeLog +++ b/dev-lang/gpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gpc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/ChangeLog,v 1.20 2007/05/06 17:32:23 dertobi123 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/ChangeLog,v 1.21 2008/12/21 02:18:51 darkside Exp $ + + 21 Dec 2008; Jeremy Olexa <darkside@gentoo.org> gpc-20051104.ebuild: + (non maintainer commit) add amd64 specific configure flag to allow + compilation, bug #205638 06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> gpc-20051104.ebuild: Added ~ppc, bug #154116 diff --git a/dev-lang/gpc/gpc-20051104.ebuild b/dev-lang/gpc/gpc-20051104.ebuild index 05ef5defba61..1c2419da99d0 100644 --- a/dev-lang/gpc/gpc-20051104.ebuild +++ b/dev-lang/gpc/gpc-20051104.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20051104.ebuild,v 1.4 2007/06/26 01:50:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20051104.ebuild,v 1.5 2008/12/21 02:18:51 darkside Exp $ inherit eutils flag-o-matic versionator @@ -75,6 +75,8 @@ src_compile() { --disable-werror \ --disable-libunwind-exceptions" + use amd64 && myconf="${myconf} --disable-multilib" + cd ${BUILDDIR} einfo "Configuring GCC for GPC build..." |