pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/2bwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 11 05:37:06 UTC 2023

Modified Files:
        pkgsrc/wm/2bwm: Makefile

Log Message:
2bwm: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/2bwm/Makefile

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

Modified files:

Index: pkgsrc/wm/2bwm/Makefile
diff -u pkgsrc/wm/2bwm/Makefile:1.3 pkgsrc/wm/2bwm/Makefile:1.4
--- pkgsrc/wm/2bwm/Makefile:1.3 Wed Jul  1 18:29:48 2020
+++ pkgsrc/wm/2bwm/Makefile     Tue Jul 11 05:37:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/07/01 18:29:48 pin Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/11 05:37:06 nia Exp $
 
 DISTNAME=      2bwm-0.3
 CATEGORIES=    wm
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/venam/2bwm
 COMMENT=       Fast floating WM written over the XCB library and derived from mcwm
 LICENSE=       isc
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 SUBST_CLASSES+=                makefile
 SUBST_STAGE.makefile=  pre-build
 SUBST_MESSAGE.makefile=        Fixing makefile



Home | Main Index | Thread Index | Old Index