projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907bd52
)
sys-boot/gnu-efi: disable -Werror
author
Mike Gilbert
<floppym@gentoo.org>
Sun, 5 Feb 2017 04:38:53 +0000
(23:38 -0500)
committer
Mike Gilbert
<floppym@gentoo.org>
Sun, 5 Feb 2017 04:38:53 +0000
(23:38 -0500)
Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42
sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
patch
|
blob
|
history
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 205eaf09a2f9ab134609eba63d359a37278dae0e..07de06269599da96ad2e5711efffa0306c42c8ae 100644
(file)
--- 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