diff options
author | 2006-01-08 23:30:12 +0000 | |
---|---|---|
committer | 2006-01-08 23:30:12 +0000 | |
commit | b0c12653da2d93c84723017e562852fe98c7b6c2 (patch) | |
tree | ae77fa7b41aaf680bf9a75f397e4276186fe725d | |
parent | mozextension.eclass, replace spaces with tab, hope their dev will not kill me (diff) | |
download | gentoo-2-b0c12653da2d93c84723017e562852fe98c7b6c2.tar.gz gentoo-2-b0c12653da2d93c84723017e562852fe98c7b6c2.tar.bz2 gentoo-2-b0c12653da2d93c84723017e562852fe98c7b6c2.zip |
Minor fix for gcc4
(Portage version: 2.1_pre3-r1)
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index 86e00cb7606c..45acec956a4f 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-softmmu -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.9 2005/12/23 14:49:03 lu_zero Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.10 2006/01/08 23:30:12 lu_zero Exp $ + + 08 Jan 2006; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.8.0.ebuild: + Disable gcc checks, thanks to Robert Führicht <the_master_of_disaster@gmx.at> *qemu-softmmu-0.8.0 (23 Dec 2005) diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild index 3ae331186e21..d5f37edfed45 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild,v 1.1 2005/12/23 14:49:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild,v 1.2 2006/01/08 23:30:12 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -66,7 +66,7 @@ src_compile() { # Switch off hardened tech filter-flags -fpie -fstack-protector - myconf="" + myconf="--disable-gcc-check" if ! use sdl ; then myconf="$myconf --disable-gfx-check" fi |