diff options
author | rh <rh@pkgsrc.org> | 1999-12-12 18:13:53 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-12 18:13:53 +0000 |
commit | ede7ec9fa133c0f2a357ef0ce38b341d4e74f95a (patch) | |
tree | 17486fd8f3dd3c33c126eeb44565b728b3bea204 /mail/balsa/patches/patch-ab | |
parent | 15c4bea02ec1993728111aec0ba9116873b47a18 (diff) | |
download | pkgsrc-ede7ec9fa133c0f2a357ef0ce38b341d4e74f95a.tar.gz |
Initial import of balsa-0.4.9.5, a GNOME email client.
Diffstat (limited to 'mail/balsa/patches/patch-ab')
-rw-r--r-- | mail/balsa/patches/patch-ab | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab new file mode 100644 index 00000000000..3b3a21c3004 --- /dev/null +++ b/mail/balsa/patches/patch-ab @@ -0,0 +1,33 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/12/12 18:13:54 rh Exp $ + +--- libmutt/configure.orig Tue Apr 20 12:44:58 1999 ++++ libmutt/configure Sun Dec 12 18:25:22 1999 +@@ -1542,6 +1542,7 @@ + ac_tool_prefix= + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -1774,6 +1775,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -3768,10 +3770,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" |