diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-02-20 14:09:14 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-02-20 14:09:14 +0000 |
commit | ad152821bab187803a83fcb47c21d33ddf0875df (patch) | |
tree | 22f1f9db957d0936adbaad6dccdd64ed739de535 /dev-lisp | |
parent | fix manifest (diff) | |
download | gentoo-2-ad152821bab187803a83fcb47c21d33ddf0875df.tar.gz gentoo-2-ad152821bab187803a83fcb47c21d33ddf0875df.tar.bz2 gentoo-2-ad152821bab187803a83fcb47c21d33ddf0875df.zip |
fixed bug #42233.
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gauche/gauche-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index 40cdd3803e4c..377c75564e90 100644 --- a/dev-lisp/gauche/ChangeLog +++ b/dev-lisp/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gauche # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.14 2004/02/14 05:48:57 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.15 2004/02/20 14:09:14 hattya Exp $ + + 20 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild: + fixed bug #42233. 14 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild: Marked stable on x86. diff --git a/dev-lisp/gauche/gauche-0.7.3.ebuild b/dev-lisp/gauche/gauche-0.7.3.ebuild index cb7e128ee599..517aa19364c1 100644 --- a/dev-lisp/gauche/gauche-0.7.3.ebuild +++ b/dev-lisp/gauche/gauche-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.3.ebuild,v 1.3 2004/02/14 05:48:57 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.3.ebuild,v 1.4 2004/02/20 14:09:14 hattya Exp $ inherit flag-o-matic @@ -41,7 +41,7 @@ src_compile() { rm -f src/Makefile.in mv src/Makefile.in.tmp src/Makefile.in - filter-flags -fforce-addr + strip-flags mycflags=${CFLAGS} unset CFLAGS CXXFLAGS |