svn commit: r419443 - head/devel/kBuild

Jung-uk Kim jkim at FreeBSD.org
Mon Aug 1 17:25:29 UTC 2016


Author: jkim
Date: Mon Aug  1 17:25:27 2016
New Revision: 419443
URL: https://svnweb.freebsd.org/changeset/ports/419443

Log:
  Re-add USE_GCC=any for now to fix emulators/virtualbox-ose build.

Modified:
  head/devel/kBuild/Makefile

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Mon Aug  1 16:31:46 2016	(r419442)
+++ head/devel/kBuild/Makefile	Mon Aug  1 17:25:27 2016	(r419443)
@@ -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
 


More information about the svn-ports-all mailing list