From 69fa60727b0df29ca8a7e0ecff1d13bbfcd2d478 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 28 Sep 2001 09:23:02 +0000 Subject: Update to 0.5.1. --- devel/soup/files/patch-ltmain.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/soup/files/patch-ltmain.sh (limited to 'devel/soup/files/patch-ltmain.sh') diff --git a/devel/soup/files/patch-ltmain.sh b/devel/soup/files/patch-ltmain.sh new file mode 100644 index 000000000000..33bc7983f107 --- /dev/null +++ b/devel/soup/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/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