diff options
author | 2004-01-13 03:42:54 +0000 | |
---|---|---|
committer | 2004-01-13 03:42:54 +0000 | |
commit | 5cfe9754875d6a8c1cd435328ee3acc725e5744b (patch) | |
tree | 5e16c0091f4813c1e60e08655fc3766013d84326 /dev-util/guile/guile-1.6.4-r1.ebuild | |
parent | Fix non-POSIX head invocation in .java_wrapper for bug 21975 (Manifest recommit) (diff) | |
download | gentoo-2-5cfe9754875d6a8c1cd435328ee3acc725e5744b.tar.gz gentoo-2-5cfe9754875d6a8c1cd435328ee3acc725e5744b.tar.bz2 gentoo-2-5cfe9754875d6a8c1cd435328ee3acc725e5744b.zip |
Added AMD64 support. Bug 35481.
Diffstat (limited to 'dev-util/guile/guile-1.6.4-r1.ebuild')
-rw-r--r-- | dev-util/guile/guile-1.6.4-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/guile/guile-1.6.4-r1.ebuild b/dev-util/guile/guile-1.6.4-r1.ebuild index 7ab1c36ca5fd..7706f0ae4da6 100644 --- a/dev-util/guile/guile-1.6.4-r1.ebuild +++ b/dev-util/guile/guile-1.6.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.4-r1.ebuild,v 1.4 2004/01/03 20:05:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.4-r1.ebuild,v 1.5 2004/01/13 03:42:23 augustus Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/guile/" IUSE="" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc alpha hppa ia64" +KEYWORDS="x86 ~ppc alpha hppa ia64 ~amd64" DEPEND=">=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1" @@ -32,6 +32,10 @@ src_compile() { # -g3, at least on some architectures. (19 Aug 2003 agriffis) filter-flags -g3 + if [ "${ARCH}" = "amd64" ]; then + epatch ${FILESDIR}/guile-amd64.patch + fi + econf \ --with-threads \ --with-modules || die |