diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-10-03 14:53:13 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-10-03 14:53:13 +0000 |
commit | e6e34a6d47982199738ca83712b9bfa77fb7f3af (patch) | |
tree | e715e49a3dd74e13a13b07c2aa88d41cda591545 /net-www | |
parent | Version bump. Add patches to work with gcc4 and debug wxGTK, hopefully also o... (diff) | |
download | gentoo-2-e6e34a6d47982199738ca83712b9bfa77fb7f3af.tar.gz gentoo-2-e6e34a6d47982199738ca83712b9bfa77fb7f3af.tar.bz2 gentoo-2-e6e34a6d47982199738ca83712b9bfa77fb7f3af.zip |
Do not use autodetect arch, thanks Nihilus and expose in #gnash
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/gnash/gnash-0.7.1_p20099999.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-www/gnash/ChangeLog b/net-www/gnash/ChangeLog index 18ac70b0b38f..1f7556b82cb1 100644 --- a/net-www/gnash/ChangeLog +++ b/net-www/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/gnash # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.20 2006/09/01 12:29:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.21 2006/10/03 14:53:13 genstef Exp $ + + 03 Oct 2006; Stefan Schweizer <genstef@gentoo.org> + gnash-0.7.1_p20099999.ebuild: + Do not use autodetect arch, thanks Nihilus and expose in #gnash *gnash-0.7.1_p20099999 (01 Sep 2006) diff --git a/net-www/gnash/gnash-0.7.1_p20099999.ebuild b/net-www/gnash/gnash-0.7.1_p20099999.ebuild index 489949849e50..5fb4772363c2 100644 --- a/net-www/gnash/gnash-0.7.1_p20099999.ebuild +++ b/net-www/gnash/gnash-0.7.1_p20099999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.1_p20099999.ebuild,v 1.1 2006/09/01 12:29:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.1_p20099999.ebuild,v 1.2 2006/10/03 14:53:13 genstef Exp $ inherit nsplugins kde-functions autotools cvs @@ -95,6 +95,8 @@ src_compile() { $(use_enable nptl pthreads) \ $(use_enable xml) \ $(use_enable video_cards_i810 i810-lod-bias) \ + --without-gcc-arch \ + --enable-visibility \ ${myconf} || die "econf failed" emake || die "emake failed" } |