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: Sun Aug 6 10:02:20 UTC 2023
Modified Files:
pkgsrc/misc/mate-calc: Makefile
Log Message:
mate-calc: another one unsuitable for strict ISO C mode on some platforms
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/misc/mate-calc/Makefile:1.29
--- pkgsrc/misc/mate-calc/Makefile:1.28 Wed Aug 2 16:17:17 2023
+++ pkgsrc/misc/mate-calc/Makefile Sun Aug 6 10:02:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/08/02 16:17:17 nia Exp $
+# $NetBSD: Makefile,v 1.29 2023/08/06 10:02:20 nia Exp $
PKGREVISION= 3
.include "../../meta-pkgs/mate/Makefile.common"
@@ -9,7 +9,8 @@ CATEGORIES= misc
COMMENT= Calculator for MATE Desktop
# "error: 'for' loop initial declarations are only allowed in C99 mode"
-FORCE_C_STD= c99
+# 'unknown type name ulong' when building in strict ISO C mode
+FORCE_C_STD= gnu99
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index