aboutsummaryrefslogtreecommitdiff
path: root/net/ipxe/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-11 20:52:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-11 20:52:24 +0000
commit26d1ec51c6c1d818fc1a48f3c1c870ddcd788aa5 (patch)
treea8d91088995932cf7c0557cd55afa054ec5a0ff9 /net/ipxe/Makefile
parent0eb5d328a6fc22cabc2b31d23036621a35ae04eb (diff)
downloadports-26d1ec51c6c1d818fc1a48f3c1c870ddcd788aa5.tar.gz
ports-26d1ec51c6c1d818fc1a48f3c1c870ddcd788aa5.zip
net/ipxe: verbose build and unbreak with gcc6 or later
PR: 217005 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Notes
Notes: svn path=/head/; revision=433912
Diffstat (limited to 'net/ipxe/Makefile')
-rw-r--r--net/ipxe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile
index 12e8058434e1..2ff7b5b40462 100644
--- a/net/ipxe/Makefile
+++ b/net/ipxe/Makefile
@@ -35,6 +35,8 @@ USE_GCC= yes
MAKE_ARGS= PERL=${PERL} \
CC=${CC} \
HOST_CC=${CC} \
+ NO_WERROR=1 \
+ V=1 \
OBJCOPY="${LOCALBASE}/bin/objcopy" \
ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \
LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32"