diff options
author | 2008-04-20 22:00:53 +0000 | |
---|---|---|
committer | 2008-04-20 22:00:53 +0000 | |
commit | bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3 (patch) | |
tree | 740041ee7c323eedb453ebda69069a5102c45013 /dev-lisp/gcl/gcl-2.6.7.ebuild | |
parent | bump to 1.2.9, fix bug #151020. (diff) | |
download | gentoo-2-bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3.tar.gz gentoo-2-bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3.tar.bz2 gentoo-2-bffb4a7629c36e18fc5f01aff77bbb1dcfe403b3.zip |
Run eautoreconf in src_unpack phase, bug #207448.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-lisp/gcl/gcl-2.6.7.ebuild')
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.7.ebuild b/dev-lisp/gcl/gcl-2.6.7.ebuild index 4bac4e2ca174..303b44e134f8 100644 --- a/dev-lisp/gcl/gcl-2.6.7.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7.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-lisp/gcl/gcl-2.6.7.ebuild,v 1.10 2007/07/22 08:06:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.11 2008/04/20 22:00:53 flameeyes Exp $ inherit elisp-common flag-o-matic autotools @@ -30,11 +30,11 @@ src_unpack() { mv ${T}/makefile ${S}/info/makefile epatch ${FILESDIR}/${PV}-fix-configure.in-gentoo.patch || die epatch ${FILESDIR}/${P}-fix-configure.in-bfd.patch || die -} -src_compile() { eautoconf || die +} +src_compile() { export SANDBOX_ON=0 local myconfig="" |