diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-02-04 23:38:53 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-02-04 23:38:53 -0500 |
commit | 52663c5055867bb4ea0424fdc996c2b164683d8c (patch) | |
tree | 2a218e34fcd26e12293cbb80db7d715ac63e458a /sys-boot | |
parent | sys-boot/gnu-efi: promote myself to primary maintainer (diff) | |
download | gentoo-52663c5055867bb4ea0424fdc996c2b164683d8c.tar.gz gentoo-52663c5055867bb4ea0424fdc996c2b164683d8c.tar.bz2 gentoo-52663c5055867bb4ea0424fdc996c2b164683d8c.zip |
sys-boot/gnu-efi: disable -Werror
Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild index 205eaf09a2f9..07de06269599 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild @@ -25,6 +25,11 @@ RDEPEND="" QA_EXECSTACK="usr/*/lib*efi.a:* usr/*/crt*.o" RESTRICT="strip" +src_prepare() { + sed -i -e "s/-Werror//" Make.defaults || die + default +} + efimake() { local arch= case ${CHOST} in |