summaryrefslogtreecommitdiffstats
path: root/mail/balsa/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-05 05:01:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-05 05:01:04 +0800
commita1acb580f6ca42b4a17c753cb2decc4d58447f0c (patch)
tree4d795f5b3b19d9fecaf666e8dc85a0fc53679a90 /mail/balsa/files/patch-configure
parent56abe6105d13124e7f48166d2fe6efdaf1295fb3 (diff)
downloadmarcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.tar
marcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.tar.gz
marcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.tar.bz2
marcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.tar.lz
marcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.tar.xz
marcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.tar.zst
marcuscom-ports-a1acb580f6ca42b4a17c753cb2decc4d58447f0c.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8812 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/balsa/files/patch-configure')
-rw-r--r--mail/balsa/files/patch-configure70
1 files changed, 70 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure
new file mode 100644
index 000000000..9e1f577c7
--- /dev/null
+++ b/mail/balsa/files/patch-configure
@@ -0,0 +1,70 @@
+--- configure.orig Thu May 3 23:07:19 2007
++++ configure Thu May 3 23:10:58 2007
+@@ -6120,7 +6120,7 @@ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_GTK_PRINT 1
+ _ACEOF
+
+- gnome_print_extras=""
++ #gnome_print_extras=""
+ else
+ gnome_print_extras="libgnomeprint-2.2 >= 2.1.4 libgnomeprintui-2.2 >= 2.1.4"
+ fi
+@@ -6732,7 +6732,7 @@ if eval "test \"\${$as_ac_Lib+set}\" = s
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lgtkhtml-$i $LIBS"
++LIBS="-lgtkhtml-$i $HTML_LIBS $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -7008,7 +7008,7 @@ if test "${ac_cv_lib_ldap_ldap_search+se
+ 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
+@@ -7072,7 +7072,7 @@ cat >>confdefs.h <<\_ACEOF
+ #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;}
+@@ -8735,13 +8735,13 @@ _ACEOF
+ 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
+@@ -8755,11 +8755,11 @@ extern "C"
+ #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;
+ }