pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/ng-spice



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 13:20:23 UTC 2023

Modified Files:
        pkgsrc/cad/ng-spice: Makefile.common

Log Message:
ng-spice: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cad/ng-spice/Makefile.common

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

Modified files:

Index: pkgsrc/cad/ng-spice/Makefile.common
diff -u pkgsrc/cad/ng-spice/Makefile.common:1.1 pkgsrc/cad/ng-spice/Makefile.common:1.2
--- pkgsrc/cad/ng-spice/Makefile.common:1.1     Tue Jun  6 09:54:12 2023
+++ pkgsrc/cad/ng-spice/Makefile.common Sun Jul  9 13:20:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2023/06/06 09:54:12 bouyer Exp $
+# $NetBSD: Makefile.common,v 1.2 2023/07/09 13:20:23 nia Exp $
 #
 # used by can/ng-spice
 # used by can/ng-spice-shared
@@ -16,7 +16,8 @@ LICENSE=      modified-bsd AND gnu-lgpl-v2.1 
 
 USE_LIBTOOL=           YES
 USE_TOOLS+=            gmake
-USE_LANGUAGES=         c c++
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES=         c99 c++
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --disable-debug



Home | Main Index | Thread Index | Old Index