1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

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
This commit is contained in:
Remko Lodder 2017-04-18 12:42:47 +00:00
parent 831bcacfe5
commit edd6a1d8f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438778

View File

@ -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} \