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:           Thu Oct 10 17:13:26 UTC 2024

Modified Files:
        pkgsrc/wm/2bwm: Makefile

Log Message:
2bwm: enable extensions when building for illumos.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/wm/2bwm/Makefile:1.6
--- pkgsrc/wm/2bwm/Makefile:1.5 Wed Aug  2 16:17:19 2023
+++ pkgsrc/wm/2bwm/Makefile     Thu Oct 10 17:13:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/08/02 16:17:19 nia Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/10 17:13:26 nia Exp $
 
 DISTNAME=      2bwm-0.3
 CATEGORIES=    wm
@@ -11,7 +11,7 @@ COMMENT=      Fast floating WM written over t
 LICENSE=       isc
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD=   c99
+FORCE_C_STD=   gnu99
 
 SUBST_CLASSES+=                makefile
 SUBST_STAGE.makefile=  pre-build



Home | Main Index | Thread Index | Old Index