pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/picom



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec  7 10:03:50 UTC 2024

Modified Files:
        pkgsrc/x11/picom: Makefile

Log Message:
picom: Needs 64-bit wide atomics


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/picom/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/picom/Makefile
diff -u pkgsrc/x11/picom/Makefile:1.11 pkgsrc/x11/picom/Makefile:1.12
--- pkgsrc/x11/picom/Makefile:1.11      Tue Aug  6 13:39:40 2024
+++ pkgsrc/x11/picom/Makefile   Sat Dec  7 10:03:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/08/06 13:39:40 nia Exp $
+# $NetBSD: Makefile,v 1.12 2024/12/07 10:03:50 nia Exp $
 
 DISTNAME=      picom-11.2
 CATEGORIES=    x11
@@ -45,4 +45,5 @@ post-install:
 .include "../../x11/xcb-util/buildlink3.mk"
 .include "../../x11/xcb-util-image/buildlink3.mk"
 .include "../../x11/xcb-util-renderutil/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index