Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 17:25:27 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419443 - head/devel/kBuild
Message-ID:  <201608011725.u71HPRu6005481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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