pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Bump GCC_REQD to 7, because of



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feeb6bf60b1e
branches:  trunk
changeset: 341794:feeb6bf60b1e
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Mon Oct 07 18:41:01 2019 +0000

description:
Bump GCC_REQD to 7, because of
"configure: error: GCC 5.5.0 is too old, must be at least GCC 7.0.0".

diffstat:

 misc/libreoffice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5dbe416b7946 -r feeb6bf60b1e misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Mon Oct 07 18:34:44 2019 +0000
+++ b/misc/libreoffice/Makefile Mon Oct 07 18:41:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2019/10/04 12:59:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.208 2019/10/07 18:41:01 rhialto Exp $
 
 VERREL=                6.3.2
 VERRC=         2
@@ -30,7 +30,7 @@
        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



Home | Main Index | Thread Index | Old Index