pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/zenity
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 1 14:12:58 UTC 2023
Modified Files:
pkgsrc/x11/zenity: Makefile
Log Message:
zenity: assumes compiler defaults to c99
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/x11/zenity/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/zenity/Makefile
diff -u pkgsrc/x11/zenity/Makefile:1.108 pkgsrc/x11/zenity/Makefile:1.109
--- pkgsrc/x11/zenity/Makefile:1.108 Sun Jan 29 21:18:34 2023
+++ pkgsrc/x11/zenity/Makefile Sat Jul 1 14:12:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2023/01/29 21:18:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.109 2023/07/01 14:12:58 nia Exp $
#
DISTNAME= zenity-3.41.0
@@ -15,6 +15,9 @@ LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config perl:run
USE_TOOLS+= itstool msgfmt
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99
+
TOOL_DEPENDS+= yelp-tools-[0-9]*:../../textproc/yelp-tools
REPLACE_INTERPRETER+= perl5
Home |
Main Index |
Thread Index |
Old Index