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:           Tue May 24 09:53:51 UTC 2022

Modified Files:
        pkgsrc/x11/picom: hacks.mk

Log Message:
picom: Use OPSYS_VERSION


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/picom/hacks.mk

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/hacks.mk
diff -u pkgsrc/x11/picom/hacks.mk:1.1 pkgsrc/x11/picom/hacks.mk:1.2
--- pkgsrc/x11/picom/hacks.mk:1.1       Sat Jan 11 14:47:18 2020
+++ pkgsrc/x11/picom/hacks.mk   Tue May 24 09:53:51 2022
@@ -6,7 +6,7 @@ PICOM_HACKS_MK= defined
 ### defined by *libc* which doesn't support C11 threads... What? Then
 ### what about libc which doesn't even know what C11 threads are?
 ###
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-8].*-*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000
 PKG_HACKS+=    c11-no-threads
 CPPFLAGS+=     -D__STDC_NO_THREADS__
 .endif



Home | Main Index | Thread Index | Old Index