From d9f2c0c23d2de474f27b114baafbcf418dbf05e2 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 20 Jul 2001 12:09:05 +0000 Subject: Update to 1.1.7. PR: 28963 Submitted by: John Merryweather Cooper --- mail/balsa/files/patch-ltmain.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mail/balsa/files/patch-ltmain.sh (limited to 'mail/balsa/files/patch-ltmain.sh') diff --git a/mail/balsa/files/patch-ltmain.sh b/mail/balsa/files/patch-ltmain.sh new file mode 100644 index 000000000000..78f2d1ed3198 --- /dev/null +++ b/mail/balsa/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/20 11:55:49 1.1 ++++ ltmain.sh 2001/07/20 11:56:15 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -- cgit v1.2.3