diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-17 23:36:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-17 23:36:34 +0800 |
commit | 5bc5a09622e861a505fc2cc36961f0c822947c1b (patch) | |
tree | af168a03fdf9a91b66b529e3a85b5015b1b45bc3 /editors | |
parent | ba37c8943737827ad858f2c5c94f206b99e26c61 (diff) | |
download | freebsd-ports-gnome-5bc5a09622e861a505fc2cc36961f0c822947c1b.tar.gz freebsd-ports-gnome-5bc5a09622e861a505fc2cc36961f0c822947c1b.tar.zst freebsd-ports-gnome-5bc5a09622e861a505fc2cc36961f0c822947c1b.zip |
Fix verbose build (--enable-verbose no longer works) and enable it unconditionally as per PHB ยง12.10.
PR: 220356
Approved by: maintainer timeout (office, 2 weeks)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index cfe7f8ac4ff7..8f0fb2ea8dee 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -106,7 +106,7 @@ USES= autoreconf:build bison compiler:c++11-lib cpe gmake jpeg \ WANT_GNOME= yes OPTIONS_DEFINE= CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \ - TEST VERBOSE WEBDAV + TEST WEBDAV OPTIONS_DEFAULT= CUPS GTK2 MMEDIA GTK3_DESC= GTK+ 3 GUI toolkit support (experimental) @@ -116,7 +116,6 @@ PGSQL_DESC= Build with PostgreSQL-SDBC driver SDK_DESC= Build with SDK SYSTRAY_DESC= Enable systemtray quickstarter TEST_DESC= Run all regression tests -VERBOSE_DESC= Increase build verbosity WEBDAV_DESC= Enable webdav protocol CUPS_CONFIGURE_ENABLE= cups @@ -207,8 +206,6 @@ SYSTRAY_CONFIGURE_ENABLE= systray TEST_ALL_TARGET_OFF= build-nocheck TEST_CONFIGURE_ENABLE= cve-tests -VERBOSE_CONFIGURE_ON= --enable-verbose - WEBDAV_CONFIGURE_ENABLE= neon WEBDAV_LIB_DEPENDS= libneon.so:www/neon @@ -269,6 +266,7 @@ MAKE_ARGS+= TMPDIR=${WRKDIR} MAKE_ENV+= CXXFLAGS_WARN="${CXXFLAGS_WARN}" MAKE_ENV+= GNUSED=${LOCALBASE}/bin/gsed MAKE_ENV+= DISPLAY= +MAKE_ENV+= verbose=1 _MAKE_JOBS= # |