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:   jperkin
Date:           Sat Dec 31 08:31:18 UTC 2016

Modified Files:
        pkgsrc/www/curl: options.mk

Log Message:
pkg-config is required when building against nghttp2.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/curl/options.mk

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/options.mk
diff -u pkgsrc/www/curl/options.mk:1.14 pkgsrc/www/curl/options.mk:1.15
--- pkgsrc/www/curl/options.mk:1.14     Fri Feb 26 10:57:45 2016
+++ pkgsrc/www/curl/options.mk  Sat Dec 31 08:31:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2016/02/26 10:57:45 jperkin Exp $
+# $NetBSD: options.mk,v 1.15 2016/12/31 08:31:18 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp libidn http2
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+=      --without-libidn
 .endif
 
 .if !empty(PKG_OPTIONS:Mhttp2)
+USE_TOOLS+=            pkg-config
 CONFIGURE_ARGS+=       --with-nghttp2=${BUILDLINK_PREFIX.nghttp2}
 .include "../../www/nghttp2/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index