pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



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".


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 pkgsrc/misc/libreoffice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.207 pkgsrc/misc/libreoffice/Makefile:1.208
--- pkgsrc/misc/libreoffice/Makefile:1.207      Fri Oct  4 12:59:05 2019
+++ pkgsrc/misc/libreoffice/Makefile    Mon Oct  7 18:41:01 2019
@@ -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 @@ 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



Home | Main Index | Thread Index | Old Index