diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-11 20:52:24 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-11 20:52:24 +0000 |
commit | 26d1ec51c6c1d818fc1a48f3c1c870ddcd788aa5 (patch) | |
tree | a8d91088995932cf7c0557cd55afa054ec5a0ff9 /net/ipxe | |
parent | 0eb5d328a6fc22cabc2b31d23036621a35ae04eb (diff) | |
download | ports-26d1ec51c6c1d818fc1a48f3c1c870ddcd788aa5.tar.gz ports-26d1ec51c6c1d818fc1a48f3c1c870ddcd788aa5.zip |
Notes
Diffstat (limited to 'net/ipxe')
-rw-r--r-- | net/ipxe/Makefile | 2 |
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" |