aboutsummaryrefslogtreecommitdiff
path: root/devel/kBuild
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2014-01-17 15:37:33 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2014-01-17 15:37:33 +0000
commit2d6fc4d24be48e45aaeba1cf389ce73f121d35b6 (patch)
treef49e0942a8cbe2da86a4002d6ef917485288d188 /devel/kBuild
parentd95863ce35d7cbd84dbd601d724cdfecbcdc751b (diff)
downloadports-2d6fc4d24be48e45aaeba1cf389ce73f121d35b6.tar.gz
ports-2d6fc4d24be48e45aaeba1cf389ce73f121d35b6.zip
Add KBUILD_ARCH substitution for DPorts
PR: ports/184296 Submitted by: John Marino <jmarino@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=340056
Diffstat (limited to 'devel/kBuild')
-rw-r--r--devel/kBuild/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile
index f4521d24a116..4715623a2559 100644
--- a/devel/kBuild/Makefile
+++ b/devel/kBuild/Makefile
@@ -23,7 +23,7 @@ CONFLICTS_INSTALL= kBuild-devel-[0-9]*
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
KBUILD_VERSION= 0.1.9998
-KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/}
+KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/}
KBUILD_ENV= ACLOCAL=${ACLOCAL} \
AUTOMAKE=${AUTOMAKE} \
AUTORECONF=${AUTORECONF} \