summaryrefslogtreecommitdiff
path: root/devel/libuv
diff options
context:
space:
mode:
authorwiz <wiz>2016-11-13 23:45:42 +0000
committerwiz <wiz>2016-11-13 23:45:42 +0000
commit4d4d4218512811a03679692d418e87a265c38cee (patch)
treed6311c4d436d7303a94ebbc749e9dc67676085c1 /devel/libuv
parent4dd98efc0845f86a841b8dfbfa4b6632fdf5031d (diff)
downloadpkgsrc-4d4d4218512811a03679692d418e87a265c38cee.tar.gz
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 (limited to 'devel/libuv')
-rw-r--r--devel/libuv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index 12ce250177f..ea5f2c5649d 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -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 @@ USE_TOOLS+= autoconf automake pkg-config
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