svn commit: r438778 - head/devel/kBuild

Remko Lodder remko at FreeBSD.org
Tue Apr 18 12:42:48 UTC 2017


Author: remko (src,doc committer)
Date: Tue Apr 18 12:42:47 2017
New Revision: 438778
URL: https://svnweb.freebsd.org/changeset/ports/438778

Log:
  Fix the build on armv6.
  Do not bump PORTREVISION since the port was already broken and
  it does not change anything for existing architectures.
  
  Approved by:	miwi

Modified:
  head/devel/kBuild/Makefile

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Tue Apr 18 11:38:54 2017	(r438777)
+++ head/devel/kBuild/Makefile	Tue Apr 18 12:42:47 2017	(r438778)
@@ -25,7 +25,7 @@ CONFLICTS_INSTALL=	kBuild-devel-[0-9]*
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 KBUILD_VERSION=	0.1.9998
-KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/}
+KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:S/armv6/arm/}
 KBUILD_ENV=	ACLOCAL=${ACLOCAL} \
 		AUTOMAKE=${AUTOMAKE} \
 		AUTORECONF=${AUTORECONF} \


More information about the svn-ports-head mailing list