From bae5dd3629cc3af3c32704ae265c254292cdfa4c Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 18 Jul 2018 00:06:10 +0000 Subject: Mark packages that require C++03 (or the GNU variants) if they fail with C++14 default language. --- time/xtide/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time/xtide') diff --git a/time/xtide/Makefile b/time/xtide/Makefile index d182a30b790..0ad8ddab102 100644 --- a/time/xtide/Makefile +++ b/time/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/02/16 15:54:09 wiedi Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/18 00:06:24 joerg Exp $ DISTNAME= xtide-2.8.3 PKGREVISION= 5 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.flaterco.com/ COMMENT= X11 tide predictor GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 PREV_PKGPATH= misc/xtide -- cgit v1.2.3