Remove use of empty ACLOCAL and AUTOMAKE variables.
This commit is contained in:
parent
83d90f0468
commit
e42ca89d53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457091
@ -27,9 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
KBUILD_VERSION= 0.1.9998
|
||||
KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:C/armv.*/arm/}
|
||||
KBUILD_ENV= ACLOCAL=${ACLOCAL} \
|
||||
AUTOMAKE=${AUTOMAKE} \
|
||||
AUTORECONF=${AUTORECONF} \
|
||||
KBUILD_ENV= AUTORECONF=${AUTORECONF} \
|
||||
AUTOPOINT=true \
|
||||
CFLAGS="-D_WITH_GETLINE -D_WITH_DPRINTF"
|
||||
KBUILD_TARGET= ${OPSYS:tl}
|
||||
|
Loading…
Reference in New Issue
Block a user