[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / curl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/www/curl/options.mk between version 1.12 and 1.13

version 1.12, 2015/01/08 19:23:53 version 1.13, 2015/06/03 12:00:06
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.curl  PKG_OPTIONS_VAR=        PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS=  inet6 libssh2 gssapi ldap rtmp libidn  PKG_SUPPORTED_OPTIONS=  inet6 libssh2 gssapi ldap rtmp libidn http2
 PKG_SUGGESTED_OPTIONS=  inet6 libidn  PKG_SUGGESTED_OPTIONS=  inet6 libidn
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
Line 54  CONFIGURE_ARGS+= --with-libidn
Line 54  CONFIGURE_ARGS+= --with-libidn
 .else  .else
 CONFIGURE_ARGS+=        --without-libidn  CONFIGURE_ARGS+=        --without-libidn
 .endif  .endif
   
   .if !empty(PKG_OPTIONS:Mhttp2)
   CONFIGURE_ARGS+=        --with-nghttp2=${BUILDLINK_PREFIX.nghttp2}
   .include "../../www/nghttp2/buildlink3.mk"
   .else
   CONFIGURE_ARGS+=        --without-nghttp2
   .endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>