diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-19 13:04:40 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-19 13:04:40 +0000 |
commit | 262f54f5d2922e890ebcb9e4ea9f650f362b3f45 (patch) | |
tree | c02aa8be0273ec911904aeb72123d6b9b00b3bf0 /security/heimdal/files/patch-ch | |
parent | fbf344f4b7f12c391cf4602aae5b1a152697f592 (diff) |
Notes
Diffstat (limited to 'security/heimdal/files/patch-ch')
-rw-r--r-- | security/heimdal/files/patch-ch | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/heimdal/files/patch-ch b/security/heimdal/files/patch-ch index fe7ecfa7b813..c454fb8243b1 100644 --- a/security/heimdal/files/patch-ch +++ b/security/heimdal/files/patch-ch @@ -1,15 +1,17 @@ ---- 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" +--- 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. + # 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" - ;; |