summaryrefslogtreecommitdiffstats
path: root/mail/evolution-devel/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-devel/files/patch-aa')
-rw-r--r--mail/evolution-devel/files/patch-aa44
1 files changed, 44 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-aa b/mail/evolution-devel/files/patch-aa
new file mode 100644
index 000000000..a5f86eb6a
--- /dev/null
+++ b/mail/evolution-devel/files/patch-aa
@@ -0,0 +1,44 @@
+--- configure.orig Fri Sep 13 15:38:11 2002
++++ configure Fri Oct 11 00:11:31 2002
+@@ -7258,7 +7258,7 @@
+ fi
+ rm -f conftest*
+
+-ALL_LINGUAS="az bg ca cs da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN zh_TW"
++ALL_LINGUAS="az bg ca cs da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN"
+ # Extract the first word of "ranlib", so it can be a program name with args.
+ set dummy ranlib; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+@@ -9634,7 +9634,7 @@
+
+ CPPFLAGS_save="$CPPFLAGS"
+ CPPFLAGS="$DB3_CFLAGS $CPPFLAGS"
+-for ac_hdr in db.h db3/db.h
++for ac_hdr in db3/db.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+ echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+@@ -9708,7 +9708,7 @@
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+- { echo "configure: error: Found db.h is not version $evolution_db_version" 1>&2; exit 1; }
++# { echo "configure: error: Found db.h is not version $evolution_db_version" 1>&2; exit 1; }
+ fi
+ rm -f conftest*
+
+@@ -13706,10 +13708,10 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++# case "$ac_given_INSTALL" in
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.