diff options
Diffstat (limited to 'www/httrack/files')
-rw-r--r-- | www/httrack/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/httrack/files/patch-ltmain.sh b/www/httrack/files/patch-ltmain.sh new file mode 100644 index 000000000000..09e79425b74c --- /dev/null +++ b/www/httrack/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sat Oct 11 16:14:42 2003 ++++ ltmain.sh Sat Mar 13 21:56:33 2004 +@@ -4318,10 +4318,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" |