pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/curl
Module Name: pkgsrc
Committed By: sevan
Date: Wed Nov 28 01:32:25 UTC 2018
Modified Files:
pkgsrc/www/curl: Makefile
Log Message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 pkgsrc/www/curl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.202 pkgsrc/www/curl/Makefile:1.203
--- pkgsrc/www/curl/Makefile:1.202 Wed Oct 31 08:06:24 2018
+++ pkgsrc/www/curl/Makefile Wed Nov 28 01:32:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2018/10/31 08:06:24 leot Exp $
+# $NetBSD: Makefile,v 1.203 2018/11/28 01:32:25 sevan Exp $
DISTNAME= curl-7.62.0
CATEGORIES= www
@@ -35,6 +35,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DESTDIR}${PREFIX}/share/doc/curl/
.endfor
+.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index