Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 19:29:29 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371367 - head/sysutils/grub2-bhyve
Message-ID:  <201410221929.s9MJTTip025893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Wed Oct 22 19:29:29 2014
New Revision: 371367
URL: https://svnweb.freebsd.org/changeset/ports/371367
QAT: https://qat.redports.org/buildarchive/r371367/

Log:
   - Fix building on HEAD
  
  PR: 194536

Modified:
  head/sysutils/grub2-bhyve/Makefile

Modified: head/sysutils/grub2-bhyve/Makefile
==============================================================================
--- head/sysutils/grub2-bhyve/Makefile	Wed Oct 22 17:59:00 2014	(r371366)
+++ head/sysutils/grub2-bhyve/Makefile	Wed Oct 22 19:29:29 2014	(r371367)
@@ -25,7 +25,7 @@ PLIST_FILES=	sbin/grub-bhyve
 MAKE_JOBS_UNSAFE=	yes
 CONFIGURE_ARGS=	--with-platform=emu CC=${CC} LEX=${LOCALBASE}/bin/flex \
 		--enable-grub-mount=no --enable-grub-mkfont=no \
-		--enable-grub-emu-sdl=no --disable-nls
+		--enable-grub-emu-sdl=no --disable-nls --disable-werror
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410221929.s9MJTTip025893>