diff options
author | jkim <jkim@FreeBSD.org> | 2013-08-23 04:44:37 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-08-23 04:44:37 +0800 |
commit | c8e44b684ffc31ea0480725770ce52f3ce8d4848 (patch) | |
tree | 8bec83ac081b974fb3f59a60210e021c7f57c25a /editors | |
parent | 9eca6bcd4f793652dcbc28344e05fbc4bb08d7fc (diff) | |
download | freebsd-ports-gnome-c8e44b684ffc31ea0480725770ce52f3ce8d4848.tar.gz freebsd-ports-gnome-c8e44b684ffc31ea0480725770ce52f3ce8d4848.tar.zst freebsd-ports-gnome-c8e44b684ffc31ea0480725770ce52f3ce8d4848.zip |
Re-apply r324851 for the port. It was accidentally reverted in r325230.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b0ee71052ed0..31eef4286406 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -335,7 +335,7 @@ CONFIGURE_ARGS+= --disable-neon .include <bsd.port.pre.mk> .if defined(WITH_GCC) -USE_GCC= 4.6+ +USE_GCC= yes CONFIGURE_ENV+= CXXCPP="${CPP}" .else .if exists(/usr/bin/clang) && ${OSVERSION} > 901502 |