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:           Wed Jun 18 07:27:55 UTC 2025

Modified Files:
        pkgsrc/textproc/FlightCrew: Makefile

Log Message:
FlightCrew: requiring C++17 was not enough, force C++17

bulk builds on NetBSD 10/x86_64 were still failing


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/textproc/FlightCrew/Makefile:1.77
--- pkgsrc/textproc/FlightCrew/Makefile:1.76    Thu Jun 12 07:56:50 2025
+++ pkgsrc/textproc/FlightCrew/Makefile Wed Jun 18 07:27:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2025/06/12 07:56:50 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2025/06/18 07:27:55 wiz Exp $
 
 DISTNAME=      FlightCrew-0.7.2-Code
 PKGNAME=       ${DISTNAME:S/-Code//}
@@ -16,6 +16,7 @@ WRKSRC=               ${WRKDIR}
 
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES=      c++17
+FORCE_CXX_STD=         c++17
 
 # Work around NetBSD unzip vs others for patched files.
 SUBST_CLASSES+=                cr



Home | Main Index | Thread Index | Old Index