pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/userspace-rcu
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 27 21:58:18 UTC 2023
Modified Files:
pkgsrc/devel/userspace-rcu: Makefile
Log Message:
userspace-rcu: fix pattern
NetBSD 10 is supposed to be supported
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/userspace-rcu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/userspace-rcu/Makefile
diff -u pkgsrc/devel/userspace-rcu/Makefile:1.14 pkgsrc/devel/userspace-rcu/Makefile:1.15
--- pkgsrc/devel/userspace-rcu/Makefile:1.14 Wed Jul 1 00:40:48 2020
+++ pkgsrc/devel/userspace-rcu/Makefile Mon Feb 27 21:58:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/07/01 00:40:48 manu Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/27 21:58:18 wiz Exp $
#
DISTNAME= userspace-rcu-0.12.1
@@ -17,7 +17,7 @@ USE_TOOLS+= gmake pkg-config
# liburcu requires thread local storage support; thus,
# only NetBSD-6 or later is supported.
-NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
+NOT_FOR_PLATFORM= NetBSD-[0-5].*-*
PKGCONFIG_OVERRIDE+= liburcu-bp.pc.in
PKGCONFIG_OVERRIDE+= liburcu-cds.pc.in
Home |
Main Index |
Thread Index |
Old Index