Module Name:    src
Committed By:   christos
Date:           Sat May 30 20:54:46 UTC 2020

Modified Files:
        src/external/mit/libuv/lib: Makefile

Log Message:
Create pic lib and don't install pkgconfig file.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/libuv/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.2 src/external/mit/libuv/lib/Makefile:1.3
--- src/external/mit/libuv/lib/Makefile:1.2	Sat May 30 16:47:59 2020
+++ src/external/mit/libuv/lib/Makefile	Sat May 30 16:54:46 2020
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2020/05/30 20:47:59 christos Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/30 20:54:46 christos Exp $
 
 LIBISPRIVATE=yes
 
+LIBISPRIVATE=yes
+MKPICLIB=yes
+
 .include <bsd.own.mk>
 
 MKLINT=	no
@@ -61,10 +64,12 @@ CPPFLAGS+=	-I${LIBUVDIR}/include -I${LIB
 
 LIBDPLIBS+=	kvm ${NETBSDSRCDIR}/lib/libkvm
 
+.if ${LIBISPRIVATE} != "yes"
 SHLIB_MAJOR=	1
 SHLIB_MINOR=	0
 
 PKGCONFIG=libuv
 .include "${.CURDIR}/../pkgconfig.mk"
+.endif
 
 .include <bsd.lib.mk>

Reply via email to