Only append to MAKE_ENV after bsd.port.pre.mk

This commit is contained in:
Tobias Kortkamp 2019-01-31 18:19:05 +00:00
parent be4416bf1e
commit fb066ae91b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491748
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ ALL_TARGET= shared static
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
MAKE_ENV= NO_ASM=y
MAKE_ENV+= NO_ASM=y
.endif
post-patch: .SILENT

View File

@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-mp3-support=no --with-ogg-support=no
CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \
--with-posix-threads=no --with-scglib
MAKE_ENV= CCOM=cc
MAKE_ENV+= CCOM=cc
SCSILIBXARCH!= ${UNAME} -m
post-extract:

View File

@ -26,7 +26,7 @@ USES= gmake
.include <bsd.port.pre.mk>
CCOM!= ${BASENAME} ${CC}
MAKE_ENV= CCOM=${CCOM}
MAKE_ENV+= CCOM=${CCOM}
SFMTTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-${CCOM}
post-extract: