pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/gnucap



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 13:19:39 UTC 2022

Modified Files:
        pkgsrc/cad/gnucap: Makefile

Log Message:
gnucap: Force older C++ standard for 'auto' usage


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/cad/gnucap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/gnucap/Makefile
diff -u pkgsrc/cad/gnucap/Makefile:1.31 pkgsrc/cad/gnucap/Makefile:1.32
--- pkgsrc/cad/gnucap/Makefile:1.31     Sat May 30 03:10:44 2020
+++ pkgsrc/cad/gnucap/Makefile  Thu May  5 13:19:39 2022
@@ -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:.
 
 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