summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-10-29 13:34:36 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-10-29 13:34:36 +0000
commitc3e84343b23923ca6cc90c606993e222118f6937 (patch)
tree314345e2c6e0b6c7c17fd3846d70aa062cecb7a9
parentfbf11ecf3aa030bb70d8651dec5f5ccbb2910e92 (diff)
downloadpkgsrc-c3e84343b23923ca6cc90c606993e222118f6937.tar.gz
Pullup ticket #6078 - requested by nia
misc/libreoffice: build fix Revisions pulled up: - misc/libreoffice/Makefile 1.208 --- Module Name: pkgsrc Committed By: rhialto Date: Mon Oct 7 18:41:01 UTC 2019 Modified Files: pkgsrc/misc/libreoffice: Makefile Log Message: Bump GCC_REQD to 7, because of "configure: error: GCC 5.5.0 is too old, must be at least GCC 7.0.0".
-rw-r--r--misc/libreoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile
index 703752b2bbc..871505aecfe 100644
--- a/misc/libreoffice/Makefile
+++ b/misc/libreoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2019/09/06 16:12:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.206.2.1 2019/10/29 13:34:36 bsiegert Exp $
VERREL= 6.3.1
VERRC= 2
@@ -30,7 +30,7 @@ pre-build:
cd ${WRKSRC} && ${BUILD_MAKE_CMD} Executable_gengal && ${TOOLS_PLATFORM.paxctl} +m instdir/program/gengal.bin
.endif
-GCC_REQD+= 4.6
+GCC_REQD+= 7
PYTHON_VERSIONS_INCOMPATIBLE= 27 37
CHECK_SHLIBS_SUPPORTED= no