summaryrefslogtreecommitdiff
path: root/www/curl/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl/options.mk')
-rw-r--r--www/curl/options.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/curl/options.mk b/www/curl/options.mk
index 04b1dfedf94..921ef5fca24 100644
--- a/www/curl/options.mk
+++ b/www/curl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2012/12/17 23:26:47 agc Exp $
+# $NetBSD: options.mk,v 1.11 2015/01/08 17:23:07 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.curl
PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp libidn
@@ -7,7 +7,13 @@ PKG_SUGGESTED_OPTIONS= inet6 libidn
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == NetBSD
# Kerberos is built in - no additional dependency
-PKG_SUGGESTED_OPTIONS+= gssapi
+# broken in 1.40.0
+# https://sourceforge.net/p/curl/bugs/1469/
+#curl_sasl_gssapi.c:129:40: error: 'gss_nt_service_name' undeclared (first use in this function)
+# gss_nt_service_name, &krb5->spn);
+# ^
+#curl_sasl_gssapi.c:129:40: note: each undeclared identifier is reported only once for each function it appears in
+#PKG_SUGGESTED_OPTIONS+= gssapi
.endif
.include "../../mk/bsd.options.mk"