Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2017 01:50:52 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445043 - head/lang/dmd2
Message-ID:  <201707050150.v651oqFt027072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul  5 01:50:51 2017
New Revision: 445043
URL: https://svnweb.freebsd.org/changeset/ports/445043

Log:
  Fixup WITH_DEBUG, introduced in r281595, to actually make it work.

Modified:
  head/lang/dmd2/Makefile

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Wed Jul  5 00:07:13 2017	(r445042)
+++ head/lang/dmd2/Makefile	Wed Jul  5 01:50:51 2017	(r445043)
@@ -52,8 +52,7 @@ MODEL=		32
 .endif
 
 .if defined(WITH_DEBUG)
-BUILD=		debug
-MAKE_ARGS+=	DEBUG_FLAGS=-g\ -DDEBUG=1\ -DUNITTEST
+MAKE_ARGS+=	DEBUG_FLAGS=-g\ -DDEBUG=1\ -DUNITTEST BUILD=debug
 .endif
 
 MODULEDIR=	${PREFIX}/include/d/phobos2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707050150.v651oqFt027072>