diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-22 20:06:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-22 20:06:17 +0000 |
commit | a67a14a546f56ff0d5df641cc38326c120878174 (patch) | |
tree | ddf8ebdc1e61befa2cda2a0421c477656cabb19d | |
parent | fix selinux enabling (Manifest recommit) (diff) | |
download | gentoo-2-a67a14a546f56ff0d5df641cc38326c120878174.tar.gz gentoo-2-a67a14a546f56ff0d5df641cc38326c120878174.tar.bz2 gentoo-2-a67a14a546f56ff0d5df641cc38326c120878174.zip |
Closing #35809.
-rw-r--r-- | media-sound/zinf/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/zinf/zinf-2.2.5.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-sound/zinf/ChangeLog b/media-sound/zinf/ChangeLog index 1a4050bd32b6..bafe2380c7b9 100644 --- a/media-sound/zinf/ChangeLog +++ b/media-sound/zinf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/zinf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/ChangeLog,v 1.20 2004/02/18 18:57:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/ChangeLog,v 1.21 2004/02/22 20:06:17 aliz Exp $ + + 22 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> zinf-2.2.5.ebuild: + Amd64 compilation fix by hendrik <hvisage@envisage.co.za> in #35809. 18 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> : Yet another new tarball of the same name from zinf... new digest... diff --git a/media-sound/zinf/zinf-2.2.5.ebuild b/media-sound/zinf/zinf-2.2.5.ebuild index 05d5b9131f98..2fc8b109cc51 100644 --- a/media-sound/zinf/zinf-2.2.5.ebuild +++ b/media-sound/zinf/zinf-2.2.5.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/media-sound/zinf/zinf-2.2.5.ebuild,v 1.2 2004/02/16 20:45:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.5.ebuild,v 1.3 2004/02/22 20:06:17 aliz Exp $ inherit kde-functions @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="debug esd X gtk oggvorbis gnome arts alsa nls" RDEPEND="=dev-libs/glib-1.2* @@ -48,6 +48,11 @@ src_compile() { myconf="${myconf} `use_enable alsa`" myconf="${myconf} `use_enable gnome cobra`" + if [ $ARCH == "amd64" ]; then + replace-flags -O? -O + append-flags -frerun-cse-after-loop + fi + if use arts; then set-kdedir 3 export ARTSCCONFIG="$KDEDIR/bin/artsc-config" |