1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/heimdal/files/patch-ch
2000-08-30 13:59:56 +00:00

16 lines
495 B
Plaintext

--- ltmain.sh.orig Wed Aug 30 08:22:05 2000
+++ ltmain.sh Wed Aug 30 08:24:36 2000
@@ -4058,12 +4058,6 @@
IFS="$save_ifs"
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 $?
-
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
;;