pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/gnucap gnucap: Force older C++ standard for 'auto'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08a2736db239
branches:  trunk
changeset: 378788:08a2736db239
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 05 13:19:39 2022 +0000

description:
gnucap: Force older C++ standard for 'auto' usage

diffstat:

 cad/gnucap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33f8f579eaac -r 08a2736db239 cad/gnucap/Makefile
--- a/cad/gnucap/Makefile       Thu May 05 13:18:51 2022 +0000
+++ b/cad/gnucap/Makefile       Thu May 05 13:19:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/05/30 03:10:44 markd Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/05 13:19:39 nia Exp $
 #
 
 DISTNAME=      gnucap-2006-07-08
@@ -19,7 +19,7 @@
 
 CONFLICTS+=    gnucap-2006-07-[0-9]*
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         YES
 



Home | Main Index | Thread Index | Old Index