diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-09-27 00:16:01 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-09-27 00:16:01 +0000 |
commit | bb373dcac14b27157aab5def081b310d7224bbe4 (patch) | |
tree | 84fa2cb8e70d85aadc512d5b3ab1166a7ac90796 /security/heimdal/files/patch-ch | |
parent | The LDFLAGS, CPPFLAGS, etc. are set during configure step. (diff) |
Upgrade to 1.0.1.
PR: ports/115589
Submitted by: Rasmus Kaj <kaj@kth.se>
Notes
Notes:
svn path=/head/; revision=200150
Diffstat (limited to 'security/heimdal/files/patch-ch')
-rw-r--r-- | security/heimdal/files/patch-ch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/heimdal/files/patch-ch b/security/heimdal/files/patch-ch deleted file mode 100644 index c454fb8243b1..000000000000 --- a/security/heimdal/files/patch-ch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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" |