summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-02-04 23:38:53 -0500
committerMike Gilbert <floppym@gentoo.org>2017-02-04 23:38:53 -0500
commit52663c5055867bb4ea0424fdc996c2b164683d8c (patch)
tree2a218e34fcd26e12293cbb80db7d715ac63e458a
parentsys-boot/gnu-efi: promote myself to primary maintainer (diff)
downloadgentoo-52663c50.tar.gz
gentoo-52663c50.tar.bz2
gentoo-52663c50.zip
sys-boot/gnu-efi: disable -Werror
Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42
-rw-r--r--sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild5
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