diff options
author | Remko Lodder <remko@FreeBSD.org> | 2017-04-18 12:42:47 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2017-04-18 12:42:47 +0000 |
commit | edd6a1d8f453c48d3a8d84dbb129ba7862a411eb (patch) | |
tree | cddbe2248d9bce0421464d8c2bd56b256a12ffc6 | |
parent | Update to v5.25.11-59-g7335cb8. (diff) |
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
Notes
Notes:
svn path=/head/; revision=438778
-rw-r--r-- | devel/kBuild/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 3d0d25ba549f..e10feb4bbba0 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -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} \ |