pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/mcwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 17:44:01 UTC 2025

Modified Files:
        pkgsrc/wm/mcwm: Makefile

Log Message:
mcwm: Fix build on SunOS (and probably others) with recent gcc


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/mcwm/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/mcwm/Makefile
diff -u pkgsrc/wm/mcwm/Makefile:1.2 pkgsrc/wm/mcwm/Makefile:1.3
--- pkgsrc/wm/mcwm/Makefile:1.2 Sat Jan  9 05:25:45 2021
+++ pkgsrc/wm/mcwm/Makefile     Thu Dec 18 17:44:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/01/09 05:25:45 mef Exp $
+# $NetBSD: Makefile,v 1.3 2025/12/18 17:44:01 nia Exp $
 
 DISTNAME=      mcwm-20130209-2
 PKGNAME=       mcwm-20130209.2
@@ -11,6 +11,8 @@ HOMEPAGE=     https://hack.org/mc/hacks/mcwm
 COMMENT=       Minimalist stacking X window manager based on XCB
 LICENSE=       isc
 
+FORCE_C_STD=   gnu99
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index