pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/pixman
Module Name: pkgsrc
Committed By: nia
Date: Tue May 24 09:55:02 UTC 2022
Modified Files:
pkgsrc/x11/pixman: hacks.mk
Log Message:
pixman: Use OPSYS_VERSION
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/pixman/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/pixman/hacks.mk
diff -u pkgsrc/x11/pixman/hacks.mk:1.13 pkgsrc/x11/pixman/hacks.mk:1.14
--- pkgsrc/x11/pixman/hacks.mk:1.13 Sun Nov 3 09:14:14 2019
+++ pkgsrc/x11/pixman/hacks.mk Tue May 24 09:55:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.13 2019/11/03 09:14:14 rillig Exp $
+# $NetBSD: hacks.mk,v 1.14 2022/05/24 09:55:02 nia Exp $
#
.if !defined(PIXMAN_HACKS_MK)
PIXMAN_HACKS_MK= # empty
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-sse2 --disabl
CONFIGURE_ARGS.MirBSD+= PTHREAD_LIBS=-pthread
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000
CONFIGURE_ENV+= ac_cv_tls=none
CFLAGS+= -DPIXMAN_NO_TLS
.endif
Home |
Main Index |
Thread Index |
Old Index