diff options
Diffstat (limited to 'mail/balsa/patches/patch-aa')
-rw-r--r-- | mail/balsa/patches/patch-aa | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/balsa/patches/patch-aa b/mail/balsa/patches/patch-aa index 51a2002ccd0..05d01be1f78 100644 --- a/mail/balsa/patches/patch-aa +++ b/mail/balsa/patches/patch-aa @@ -1,31 +1,31 @@ -$NetBSD: patch-aa,v 1.15 2010/09/07 19:12:03 adam Exp $ +$NetBSD: patch-aa,v 1.16 2013/08/16 02:04:25 obache Exp $ ---- configure.orig 2010-08-21 20:53:36.000000000 +0000 +--- configure.orig 2013-02-14 20:01:52.000000000 +0000 +++ configure -@@ -16317,7 +16317,7 @@ if test "${ac_cv_lib_esmtp_smtp_start_se +@@ -15413,7 +15413,7 @@ if ${ac_cv_lib_esmtp_smtp_start_session+ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16390,7 +16390,7 @@ if test "${ac_cv_lib_esmtp_smtp_option_r + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -15455,7 +15455,7 @@ if ${ac_cv_lib_esmtp_smtp_option_require $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16473,7 +16473,7 @@ if test "${ac_cv_lib_esmtp_smtp_starttls + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -15502,7 +15502,7 @@ if ${ac_cv_lib_esmtp_smtp_starttls_set_p $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + |