svn commit: r491748 - in head: graphics/svgalib sysutils/cdrdao sysutils/sformat

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 31 18:19:07 UTC 2019


Author: tobik
Date: Thu Jan 31 18:19:05 2019
New Revision: 491748
URL: https://svnweb.freebsd.org/changeset/ports/491748

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

Modified:
  head/graphics/svgalib/Makefile
  head/sysutils/cdrdao/Makefile
  head/sysutils/sformat/Makefile

Modified: head/graphics/svgalib/Makefile
==============================================================================
--- head/graphics/svgalib/Makefile	Thu Jan 31 18:15:45 2019	(r491747)
+++ head/graphics/svgalib/Makefile	Thu Jan 31 18:19:05 2019	(r491748)
@@ -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

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Thu Jan 31 18:15:45 2019	(r491747)
+++ head/sysutils/cdrdao/Makefile	Thu Jan 31 18:19:05 2019	(r491748)
@@ -69,7 +69,7 @@ CONFIGURE_ARGS+=	--with-mp3-support=no --with-ogg-supp
 
 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:

Modified: head/sysutils/sformat/Makefile
==============================================================================
--- head/sysutils/sformat/Makefile	Thu Jan 31 18:15:45 2019	(r491747)
+++ head/sysutils/sformat/Makefile	Thu Jan 31 18:19:05 2019	(r491748)
@@ -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:


More information about the svn-ports-all mailing list