diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 22:50:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 22:50:24 +0000 |
commit | 7d92a5c4b720deece0c19617d9318323c6ac3172 (patch) | |
tree | 8c30fc211438753adec7367634afee397f3506d5 /mail/balsa2/files/patch-configure | |
parent | 7beeccbc3cda86939d460097e87da7e084a5124f (diff) |
Notes
Diffstat (limited to 'mail/balsa2/files/patch-configure')
-rw-r--r-- | mail/balsa2/files/patch-configure | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/mail/balsa2/files/patch-configure b/mail/balsa2/files/patch-configure deleted file mode 100644 index 44f3f1b582cc..000000000000 --- a/mail/balsa2/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig Wed Jul 7 18:16:55 2004 -+++ configure Wed Jul 7 18:16:55 2004 -@@ -20976,13 +20976,13 @@ - else - - --echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5 --echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6 --if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then -+echo "$as_me:$LINENO: checking for new_aspell_speller in -lpspell" >&5 -+echo $ECHO_N "checking for new_aspell_speller in -lpspell... $ECHO_C" >&6 -+if test "${ac_cv_lib_pspell_new_aspell_speller+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS" -+LIBS="-lpspell -lstdc++ $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20996,11 +20996,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char new_pspell_manager (); -+char new_aspell_speller (); - int - main () - { --new_pspell_manager (); -+new_aspell_speller (); - ; - return 0; - } -@@ -23045,7 +23045,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23109,7 +23109,7 @@ - #define ENABLE_LDAP 1 - _ACEOF - -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - else - { { echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5 - echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;} |