openbsd-ports/mail/re-alpine/patches/patch-configure
ajacoutot 89b20c4179 Import alpine-2.02.
This is the continuation of the Alpine email client from University of
Washington.
This port will be used to build the following packages:
- alpine
- c-client
- imap-uw
- mailutil-uw
- pico
- pilot

ok jasper@
2012-09-27 15:09:53 +00:00

31 lines
939 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2012/09/27 15:09:53 ajacoutot Exp $
--- configure.orig Sat Oct 2 10:39:41 2010
+++ configure Sun Sep 23 12:03:50 2012
@@ -12854,6 +12854,7 @@ $as_echo "$LIBICONV" >&6; }
fi
+LIBICONV="$LTLIBICONV"
@@ -13333,6 +13334,7 @@ $as_echo "$ac_res" >&6; }
INCINTL=
fi
+LIBINTL="$LTLIBINTL"
if test -n "$INTL_MACOSX_LIBS"; then
@@ -16422,8 +16424,8 @@ ac_res=$ac_cv_search_gss_init_sec_context
if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
- ac_fn_c_check_header_mongrel "$LINENO" "gssapi/gssapi_generic.h" "ac_cv_header_gssapi_gssapi_generic_h" "$ac_includes_default"
-if test "x$ac_cv_header_gssapi_gssapi_generic_h" = x""yes; then :
+ ac_fn_c_check_header_mongrel "$LINENO" "gssapi.h" "ac_cv_header_gssapi_h" "$ac_includes_default"
+if test "x$ac_cv_header_gssapi_h" = x""yes; then :
else