summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-05-05 13:19:39 +0000
committernia <nia@pkgsrc.org>2022-05-05 13:19:39 +0000
commit45ddabd681b51c885eaca74e676ceca817189068 (patch)
tree93d090df6e75590a006cbe405b50f55f47be5055 /cad
parent87a5b9e8c8e33565bb529999f688815eca04c0fb (diff)
downloadpkgsrc-45ddabd681b51c885eaca74e676ceca817189068.tar.gz
gnucap: Force older C++ standard for 'auto' usage
Diffstat (limited to 'cad')
-rw-r--r--cad/gnucap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index d58ab5572c7..8bfa3720af5 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -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 @@ BUILD_DEPENDS+= tex-hyperref>=6.81pnb2:../../print/tex-hyperref
CONFLICTS+= gnucap-2006-07-[0-9]*
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
GNU_CONFIGURE= YES