diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-06-27 22:10:51 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-06-27 22:10:51 +0000 |
commit | 43cd27b41f3e8790521cc3d46604747b1b54a5cf (patch) | |
tree | c209ae17e79a0db12e5cc1df5cd8dc03ff7c27e8 /sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild | |
parent | keyword ~amd64-fbsd, bug #473430 (diff) | |
download | gentoo-2-43cd27b41f3e8790521cc3d46604747b1b54a5cf.tar.gz gentoo-2-43cd27b41f3e8790521cc3d46604747b1b54a5cf.tar.bz2 gentoo-2-43cd27b41f3e8790521cc3d46604747b1b54a5cf.zip |
Generally disable -Werror.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild')
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild index 9a4502e8833f..00ab7821c85e 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild,v 1.1 2013/06/27 22:08:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild,v 1.2 2013/06/27 22:10:51 cardoe Exp $ EAPI=5 @@ -44,6 +44,7 @@ src_configure() { } src_compile() { + export NO_WERROR=1 if use qemu; then emake bin/808610de.rom # pxe-e1000.rom (old) emake bin/8086100e.rom # pxe-e1000.rom |