diff options
author | sevan <sevan@pkgsrc.org> | 2018-12-09 03:04:34 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2018-12-09 03:04:34 +0000 |
commit | 626472ec7439e0114bf5720efd929d1cfe34a414 (patch) | |
tree | 31bcf786e36d4febfa68eb66c785ea141c830038 /devel | |
parent | 762d9e40439ffad600490b18373c5a754a540d35 (diff) | |
download | pkgsrc-626472ec7439e0114bf5720efd929d1cfe34a414.tar.gz |
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/userspace-rcu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/userspace-rcu/Makefile b/devel/userspace-rcu/Makefile index 7b9fa9e6f21..aad14293b78 100644 --- a/devel/userspace-rcu/Makefile +++ b/devel/userspace-rcu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/05/26 14:32:57 pettai Exp $ +# $NetBSD: Makefile,v 1.12 2018/12/09 03:04:34 sevan Exp $ # DISTNAME= userspace-rcu-0.8.7 @@ -26,4 +26,5 @@ PKGCONFIG_OVERRIDE+= liburcu-qsbr.pc.in PKGCONFIG_OVERRIDE+= liburcu-signal.pc.in PKGCONFIG_OVERRIDE+= liburcu.pc.in +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |