pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/sc-im
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 12 19:16:10 UTC 2023
Modified Files:
pkgsrc/math/sc-im: Makefile
Log Message:
sc-im: Assumes compiler defaults to c99.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/sc-im/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/sc-im/Makefile
diff -u pkgsrc/math/sc-im/Makefile:1.39 pkgsrc/math/sc-im/Makefile:1.40
--- pkgsrc/math/sc-im/Makefile:1.39 Wed Apr 19 13:38:53 2023
+++ pkgsrc/math/sc-im/Makefile Wed Jul 12 19:16:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2023/04/19 13:38:53 sjmulder Exp $
+# $NetBSD: Makefile,v 1.40 2023/07/12 19:16:10 nia Exp $
DISTNAME= sc-im-0.8.3
CATEGORIES= math
@@ -18,6 +18,9 @@ INSTALL_DIRS= src
# pkg-config to avoid broken Makefile self-configuration
USE_TOOLS+= gmake pkg-config bison bash:run
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
REPLACE_BASH+= src/scopen
# gnuplot is invoked through the shell, no need to check at compile time
Home |
Main Index |
Thread Index |
Old Index