diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-09-12 18:46:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-09-12 18:46:20 +0000 |
commit | adfe7759c1e96f98582bc40455e1f4220f6bc07a (patch) | |
tree | 83c803879c0760f36ea83a16fa36fd1c6d8226a7 /net-p2p | |
parent | x86 stable, see bug #382713. (diff) | |
download | gentoo-2-adfe7759c1e96f98582bc40455e1f4220f6bc07a.tar.gz gentoo-2-adfe7759c1e96f98582bc40455e1f4220f6bc07a.tar.bz2 gentoo-2-adfe7759c1e96f98582bc40455e1f4220f6bc07a.zip |
Patch build.sh instead after discussing with upstream.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gtk-gnutella/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/gtk-gnutella/ChangeLog b/net-p2p/gtk-gnutella/ChangeLog index fb00e27075ae..6edf6057ef0d 100644 --- a/net-p2p/gtk-gnutella/ChangeLog +++ b/net-p2p/gtk-gnutella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gtk-gnutella # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.116 2011/09/12 18:20:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.117 2011/09/12 18:46:20 graaff Exp $ + + 12 Sep 2011; Hans de Graaff <graaff@gentoo.org> gtk-gnutella-0.97.1.ebuild: + Patch build.sh instead after discussing with upstream. 12 Sep 2011; Hans de Graaff <graaff@gentoo.org> gtk-gnutella-0.97.1.ebuild: Respect Gentoo's C compiler choice and don't force specific optimizations, diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild index d96f3549a841..f4ac48f2ea6d 100644 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild +++ b/net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild,v 1.2 2011/09/12 18:20:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.97.1.ebuild,v 1.3 2011/09/12 18:46:20 graaff Exp $ EAPI="2" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} src_configure() { # There is no option to turn off optimization through the build.sh # script. - sed -i -e "s/optimize=''/optimize=' '/" Configure || die + sed -i -e "s/Configure -Oder/Configure -Oder -Doptimize=none/" build.sh || die # The build script does not support the equivalent --enable # options so we must construct the configuration by hand. |