forked from Lainports/freebsd-ports
- Bump PORTREVISION for package change Do not add heimdal-gssapi to libcurl.pc because we do no provide .pc file base GSSAPI library.
11 lines
484 B
Text
11 lines
484 B
Text
--- configure.orig 2024-11-06 07:09:19 UTC
|
|
+++ configure
|
|
@@ -26192,7 +26197,7 @@ printf "%s\n" "found" >&6; }
|
|
if test -n "$gnu_gss"; then
|
|
LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE gss"
|
|
elif test "x$not_mit" = "x1"; then
|
|
- LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE heimdal-gssapi"
|
|
+ LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE"
|
|
else
|
|
LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit-krb5-gssapi"
|
|
fi
|