svn commit: r433912 - head/net/ipxe
Jan Beich
jbeich at FreeBSD.org
Sat Feb 11 20:52:25 UTC 2017
Author: jbeich
Date: Sat Feb 11 20:52:24 2017
New Revision: 433912
URL: https://svnweb.freebsd.org/changeset/ports/433912
Log:
net/ipxe: verbose build and unbreak with gcc6 or later
PR: 217005
Submitted by: Tobias Kortkamp <t at tobik.me> (maintainer)
Modified:
head/net/ipxe/Makefile (contents, props changed)
Modified: head/net/ipxe/Makefile
==============================================================================
--- head/net/ipxe/Makefile Sat Feb 11 20:47:02 2017 (r433911)
+++ head/net/ipxe/Makefile Sat Feb 11 20:52:24 2017 (r433912)
@@ -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"
More information about the svn-ports-all
mailing list