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. --- mail/xfmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/xfmail') diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 104bdebe858..57fb8d29c6b 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2018/01/28 20:10:55 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2018/07/18 00:06:20 joerg Exp $ DISTNAME= xfmail-1.5.5 PKGREVISION= 8 @@ -13,7 +13,7 @@ COMMENT= Xforms based mail application for Unix operating systems # A few files are. #LICENSE+= mit-license -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_LIBTOOL= yes GNU_CONFIGURE= YES -- cgit v1.2.3