pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuv Fix packaging by installing pthread-barrie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12a4d061c572
branches:  trunk
changeset: 354873:12a4d061c572
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 13 23:45:42 2016 +0000

description:
Fix packaging by installing pthread-barrier.h unconditionally.

pkgsrc installs all headers independent of OS right now, so this is
just another header in the list.

Feel free to make this more opsys-specific.

diffstat:

 devel/libuv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a446172e8581 -r 12a4d061c572 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Sun Nov 13 22:06:11 2016 +0000
+++ b/devel/libuv/Makefile      Sun Nov 13 23:45:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/11/12 07:47:34 adam Exp $
+# $NetBSD: Makefile,v 1.10 2016/11/13 23:45:42 wiz Exp $
 
 DISTNAME=      libuv-1.10.0
 CATEGORIES=    devel
@@ -16,7 +16,7 @@
 GNU_CONFIGURE= yes
 
 HEADERS=       uv-aix.h uv-bsd.h uv-darwin.h uv-linux.h uv-sunos.h     \
-               uv-unix.h uv-win.h
+               uv-unix.h uv-win.h pthread-barrier.h
 
 pre-configure:
        ${RUN} cd ${WRKSRC} && ${SH} ./autogen.sh



Home | Main Index | Thread Index | Old Index