From 6dfc026b87edbaf1c52a6292e02d67ad0d03ff8f Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 1 Aug 2016 17:25:27 +0000 Subject: [PATCH] Re-add USE_GCC=any for now to fix emulators/virtualbox-ose build. --- devel/kBuild/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 50ad19d61ac3..0f8ff67121de 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -3,7 +3,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ \ http://tmp.chruetertee.ch/ \ @@ -17,6 +17,7 @@ BROKEN_powerpc64= Does not build BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex +USE_GCC= any USES= autoreconf:build gmake makeinfo CFLAGS+= -D_WITH_GETLINE=1 -D_WITH_DPRINTF=1