diff options
author | rene <rene@FreeBSD.org> | 2015-06-16 05:25:03 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-06-16 05:25:03 +0800 |
commit | c41f422cd6fa4ac4a8be67036e3b41b8d70b8501 (patch) | |
tree | e2970c8a4f808935f45360a28e2a42001b55663a /www/chromium | |
parent | e7649096babefa69b636704c75c43b684244a07c (diff) | |
download | freebsd-ports-graphics-c41f422cd6fa4ac4a8be67036e3b41b8d70b8501.tar.gz freebsd-ports-graphics-c41f422cd6fa4ac4a8be67036e3b41b8d70b8501.tar.zst freebsd-ports-graphics-c41f422cd6fa4ac4a8be67036e3b41b8d70b8501.zip |
www/chromium: allow DEBUG builds again, the output file is valid again.
Differential Revision: https://reviews.freebsd.org/D2726
Submitted by: emaste
MFH: 2015Q2
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 904d01db2c0..ce1379ffe17 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -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 |