summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-13 23:45:42 +0000
committerwiz <wiz@pkgsrc.org>2016-11-13 23:45:42 +0000
commit3f80878731edc50e19680fb483c31d9482aad0be (patch)
treefc9b28c11484f79b57d600789295671a72a5ac3f /devel
parent6dc75c509a38edec1213b1596c5b8554b2d31f7a (diff)
downloadpkgsrc-3f80878731edc50e19680fb483c31d9482aad0be.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')
-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