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: wiz
Date: Sun Nov 13 23:45:42 UTC 2016
Modified Files:
pkgsrc/devel/libuv: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/libuv/Makefile:1.10
--- pkgsrc/devel/libuv/Makefile:1.9 Sat Nov 12 07:47:34 2016
+++ pkgsrc/devel/libuv/Makefile Sun Nov 13 23:45:42 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index