pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/mate-calc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul  1 14:20:57 UTC 2023

Modified Files:
        pkgsrc/misc/mate-calc: Makefile

Log Message:
mate-calc: assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/mate-calc/Makefile

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

Modified files:

Index: pkgsrc/misc/mate-calc/Makefile
diff -u pkgsrc/misc/mate-calc/Makefile:1.26 pkgsrc/misc/mate-calc/Makefile:1.27
--- pkgsrc/misc/mate-calc/Makefile:1.26 Wed Apr 19 08:10:52 2023
+++ pkgsrc/misc/mate-calc/Makefile      Sat Jul  1 14:20:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:10:52 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/07/01 14:20:56 nia Exp $
 
 PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
@@ -8,7 +8,8 @@ CATEGORIES=     misc
 
 COMMENT=       Calculator for MATE Desktop
 
-USE_LANGUAGES= c
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index