pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libuv Need pthread support, make sure a substitu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f1b938ac723
branches: trunk
changeset: 388212:4f1b938ac723
user: sevan <sevan%pkgsrc.org@localhost>
date: Sun Dec 02 02:22:29 2018 +0000
description:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
diffstat:
devel/libuv/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 9d57de7f9b42 -r 4f1b938ac723 devel/libuv/Makefile
--- a/devel/libuv/Makefile Sun Dec 02 02:06:23 2018 +0000
+++ b/devel/libuv/Makefile Sun Dec 02 02:22:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/11/13 08:58:14 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/12/02 02:22:29 sevan Exp $
DISTNAME= libuv-1.24.0
CATEGORIES= devel
@@ -30,4 +30,5 @@
post-install:
${INSTALL_DATA} ${WRKSRC}/include/uv/* ${DESTDIR}${PREFIX}/include/uv/
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index