pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/bspwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 21:21:40 UTC 2025

Modified Files:
        pkgsrc/wm/bspwm: Makefile

Log Message:
bspwm: Fix build on old NetBSD releases.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/bspwm/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/bspwm/Makefile
diff -u pkgsrc/wm/bspwm/Makefile:1.8 pkgsrc/wm/bspwm/Makefile:1.9
--- pkgsrc/wm/bspwm/Makefile:1.8        Sat Oct 11 13:13:50 2025
+++ pkgsrc/wm/bspwm/Makefile    Thu Dec 18 21:21:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/10/11 13:13:50 pin Exp $
+# $NetBSD: Makefile,v 1.9 2025/12/18 21:21:39 nia Exp $
 
 DISTNAME=              bspwm-0.9.12
 CATEGORIES=            wm
@@ -12,6 +12,7 @@ LICENSE=              2-clause-bsd
 
 USE_TOOLS+=            gmake bash:run
 
+CFLAGS.NetBSD+=                -D_NETBSD_SOURCE
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
 EXAMPLESDIR=           ${PREFIX}/share/examples/bspwm



Home | Main Index | Thread Index | Old Index