Tue Jun 6 15:27:57 2023 UTC ()
gpxsee now needs c++11 not c++03


(abs)
diff -r1.20 -r1.21 pkgsrc/geography/gpxsee/Makefile

cvs diff -r1.20 -r1.21 pkgsrc/geography/gpxsee/Makefile (expand / switch to context diff)
--- pkgsrc/geography/gpxsee/Makefile 2023/05/22 21:00:30 1.20
+++ pkgsrc/geography/gpxsee/Makefile 2023/06/06 15:27:57 1.21
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/05/22 21:00:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/06/06 15:27:57 abs Exp $
 
 DISTNAME=	GPXSee-6.3
 PKGNAME=	${DISTNAME:tl}
@@ -12,7 +12,7 @@
 COMMENT=	GPS log file viewer and analyzer
 LICENSE=	gnu-gpl-v3
 
-USE_LANGUAGES=	c++03
+USE_LANGUAGES=	c++11
 QMAKE=		${QTDIR}/bin/qmake
 
 INSTALLATION_DIRS+=	bin share/gpxsee/csv share/gpxsee/maps share/applications share/mime/packages share/pixmaps