Date: Sat, 11 Feb 2017 20:52:24 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433912 - head/net/ipxe Message-ID: <201702112052.v1BKqOMf066639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112052.v1BKqOMf066639>