svn commit: r389756 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Mon Jun 15 21:25:04 UTC 2015


Author: rene
Date: Mon Jun 15 21:25:03 2015
New Revision: 389756
URL: https://svnweb.freebsd.org/changeset/ports/389756

Log:
  www/chromium: allow DEBUG builds again, the output file is valid again.
  
  Differential Revision:	https://reviews.freebsd.org/D2726
  Submitted by:	emaste
  MFH:		2015Q2

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Mon Jun 15 21:12:31 2015	(r389755)
+++ head/www/chromium/Makefile	Mon Jun 15 21:25:03 2015	(r389756)
@@ -181,7 +181,6 @@ ALL_TARGET+=	${TEST_TARGETS}
 
 DEBUG_MAKE_ENV=	V=1
 .if ${PORT_OPTIONS:MDEBUG}
-BROKEN=		Produces empty binary
 BUILDTYPE=	Debug
 .else
 BUILDTYPE=	Release


More information about the svn-ports-head mailing list