[Midnightbsd-cvs] mports [24170] trunk/sysutils/grub2-bhyve/Makefile: add host/build hack

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 4 00:04:08 EDT 2018


Revision: 24170
          http://svnweb.midnightbsd.org/mports/?rev=24170
Author:   laffer1
Date:     2018-09-04 00:04:08 -0400 (Tue, 04 Sep 2018)
Log Message:
-----------
add host/build hack

Modified Paths:
--------------
    trunk/sysutils/grub2-bhyve/Makefile

Modified: trunk/sysutils/grub2-bhyve/Makefile
===================================================================
--- trunk/sysutils/grub2-bhyve/Makefile	2018-09-03 21:58:09 UTC (rev 24169)
+++ trunk/sysutils/grub2-bhyve/Makefile	2018-09-04 04:04:08 UTC (rev 24170)
@@ -26,7 +26,8 @@
 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 --disable-werror
+		--enable-grub-emu-sdl=no --disable-nls --disable-werror \
+		--host=${ARCH}-portbld-freebsd10.4 --build=${ARCH}-portbld-freebsd10.4
 
 post-patch:
 	@${REINPLACE_CMD} -e "s/libintl\.h/I_do_not_want_libintl.h/g" ${WRKSRC}/configure



More information about the Midnightbsd-cvs mailing list