pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/FlightCrew



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  4 11:22:09 UTC 2023

Modified Files:
        pkgsrc/textproc/FlightCrew: Makefile

Log Message:
FlightCrew: googletest now needs C++14, so this now needs C++14


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/FlightCrew/Makefile

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

Modified files:

Index: pkgsrc/textproc/FlightCrew/Makefile
diff -u pkgsrc/textproc/FlightCrew/Makefile:1.67 pkgsrc/textproc/FlightCrew/Makefile:1.68
--- pkgsrc/textproc/FlightCrew/Makefile:1.67    Mon Jan 30 11:46:03 2023
+++ pkgsrc/textproc/FlightCrew/Makefile Sat Mar  4 11:22:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2023/01/30 11:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2023/03/04 11:22:08 wiz Exp $
 
 DISTNAME=      FlightCrew-0.7.2-Code
 PKGNAME=       ${DISTNAME:S/-Code//}
@@ -14,7 +14,7 @@ LICENSE=      gnu-lgpl-v3 AND cc-by-sa-v3.0
 
 WRKSRC=                ${WRKDIR}
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++14
 USE_CMAKE=     yes
 
 # Work around NetBSD unzip vs others for patched files.



Home | Main Index | Thread Index | Old Index