svn commit: r341475 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 23:30:12 UTC 2014


Author: bapt
Date: Mon Jan 27 23:30:12 2014
New Revision: 341475
URL: http://svnweb.freebsd.org/changeset/ports/341475
QAT: https://qat.redports.org/buildarchive/r341475/

Log:
  Do not overwrite MAKE_ENV when WITH_DEBUG is defined

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jan 27 23:23:50 2014	(r341474)
+++ head/Mk/bsd.port.mk	Mon Jan 27 23:30:12 2014	(r341475)
@@ -1310,7 +1310,7 @@ WITH_DEBUG=	yes
 # Reset value from bsd.own.mk.
 .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
 STRIP=	#none
-MAKE_ENV=	DONTSTRIP=yes
+MAKE_ENV+=	DONTSTRIP=yes
 .endif
 
 .include "${PORTSDIR}/Mk/bsd.options.mk"


More information about the svn-ports-all mailing list