mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Only append to MAKE_ENV after bsd.port.pre.mk
This commit is contained in:
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
|
@ -25,7 +25,7 @@ ALL_TARGET= shared static
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} != "i386"
|
.if ${ARCH} != "i386"
|
||||||
MAKE_ENV= NO_ASM=y
|
MAKE_ENV+= NO_ASM=y
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch: .SILENT
|
post-patch: .SILENT
|
||||||
|
|
|
@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-mp3-support=no --with-ogg-support=no
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \
|
CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \
|
||||||
--with-posix-threads=no --with-scglib
|
--with-posix-threads=no --with-scglib
|
||||||
MAKE_ENV= CCOM=cc
|
MAKE_ENV+= CCOM=cc
|
||||||
SCSILIBXARCH!= ${UNAME} -m
|
SCSILIBXARCH!= ${UNAME} -m
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
|
@ -26,7 +26,7 @@ USES= gmake
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
CCOM!= ${BASENAME} ${CC}
|
CCOM!= ${BASENAME} ${CC}
|
||||||
MAKE_ENV= CCOM=${CCOM}
|
MAKE_ENV+= CCOM=${CCOM}
|
||||||
SFMTTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-${CCOM}
|
SFMTTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-${CCOM}
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
Loading…
Add table
Reference in a new issue