pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libuv



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Dec  2 02:22:29 UTC 2018

Modified Files:
        pkgsrc/devel/libuv: Makefile

Log Message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libuv/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/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.41 pkgsrc/devel/libuv/Makefile:1.42
--- pkgsrc/devel/libuv/Makefile:1.41    Tue Nov 13 08:58:14 2018
+++ pkgsrc/devel/libuv/Makefile Sun Dec  2 02:22:29 2018
@@ -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 @@ pre-configure:
 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