mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add KBUILD_ARCH substitution for DPorts
PR: ports/184296 Submitted by: John Marino <jmarino@FreeBSD.org>
This commit is contained in:
parent
d95863ce35
commit
2d6fc4d24b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340056
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Add table
Reference in a new issue