mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00: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
@ -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…
Reference in New Issue
Block a user