diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-12 04:52:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-12 04:52:24 +0800 |
commit | 27118a132319f1fd93ca3d9d07189336b8984cb7 (patch) | |
tree | a8d91088995932cf7c0557cd55afa054ec5a0ff9 /net/ipxe | |
parent | 6806d47d7619c7f2f680b556f85940e4dc02238b (diff) | |
download | freebsd-ports-gnome-27118a132319f1fd93ca3d9d07189336b8984cb7.tar.gz freebsd-ports-gnome-27118a132319f1fd93ca3d9d07189336b8984cb7.tar.zst freebsd-ports-gnome-27118a132319f1fd93ca3d9d07189336b8984cb7.zip |
net/ipxe: verbose build and unbreak with gcc6 or later
PR: 217005
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
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" |