freebsd-ports/security/heimdal/files/patch-ch
2002-09-19 13:04:40 +00:00

17 lines
659 B
Text

--- ltmain.sh.orig Mon Aug 19 07:22:52 2002
+++ ltmain.sh Mon Aug 19 07:23:04 2002
@@ -4210,10 +4210,10 @@
fi
# Install the pseudo-library for information purposes.
- 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 $?
+ #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 $?
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"