summaryrefslogtreecommitdiff
path: root/mail/balsa2/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 17:45:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 17:45:47 +0000
commit3685d4b9a9d1bea8b1fc33374376000f762d5dc2 (patch)
tree812a2ff79bc2ec17b71f452e25509977f348ff81 /mail/balsa2/files/patch-ab
parentUpdate to version 1.1. (diff)
Update to version 0.4.9.5.
PR: 14905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23356
Diffstat (limited to '')
-rw-r--r--mail/balsa2/files/patch-ab51
1 files changed, 0 insertions, 51 deletions
diff --git a/mail/balsa2/files/patch-ab b/mail/balsa2/files/patch-ab
deleted file mode 100644
index fc09237d541d..000000000000
--- a/mail/balsa2/files/patch-ab
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.orig Tue Jan 19 02:21:11 1999
-+++ configure Sat May 22 21:52:27 1999
-@@ -2168,7 +2168,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PTHREAD_LIB="-lc_r"
-+ PTHREAD_LIB=""
- else
- echo "$ac_t""no" 1>&6
- fi
-@@ -3884,7 +3884,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -4272,15 +4272,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
-- INTLDEPS='$(top_builddir)/intl/libintl.a'
-+ INTLDEPS='-lintl'
- INTLLIBS=$INTLDEPS
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-- nls_cv_header_intl=intl/libintl.h
-- nls_cv_header_libgt=intl/libgettext.h
-+# nls_cv_header_intl=intl/libintl.h
-+# nls_cv_header_libgt=intl/libgettext.h
- fi
-
- if test "$XGETTEXT" != ":"; then
-@@ -5168,10 +5168,6 @@
- *) # 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
-
- 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.