svn commit: r371367 - head/sysutils/grub2-bhyve
Kris Moore
kmoore at FreeBSD.org
Wed Oct 22 19:29:30 UTC 2014
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>
More information about the svn-ports-head
mailing list