pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gama



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul 10 07:13:53 UTC 2023

Modified Files:
        pkgsrc/geography/gama: Makefile

Log Message:
gama: Sync compiler requirements with reality.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/geography/gama/Makefile

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

Modified files:

Index: pkgsrc/geography/gama/Makefile
diff -u pkgsrc/geography/gama/Makefile:1.58 pkgsrc/geography/gama/Makefile:1.59
--- pkgsrc/geography/gama/Makefile:1.58 Wed Apr 19 08:10:13 2023
+++ pkgsrc/geography/gama/Makefile      Mon Jul 10 07:13:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2023/04/19 08:10:13 adam Exp $
+# $NetBSD: Makefile,v 1.59 2023/07/10 07:13:53 nia Exp $
 #
 
 DISTNAME=      gama-2.24
@@ -11,10 +11,13 @@ HOMEPAGE=   https://www.gnu.org/s/gama/
 COMMENT=       Geodetic network adjustment (surveying)
 LICENSE=       gnu-gpl-v2 # or later
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
 # Not documented, but apparent.
 USE_TOOLS+=    gmake
 
+# C++14
+GCC_REQD+=     5
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
 



Home | Main Index | Thread Index | Old Index