diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-19 17:17:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-19 17:17:06 +0000 |
commit | 7b00c80ee875601d3c49de65d6e57d5485acf8a6 (patch) | |
tree | c312eeb2ffbebd57c9bd57890bdaf54550003db0 /lang/ccscript/files/patch-config:ltmain.sh | |
parent | - Chase MASTERSITES (diff) |
Update to 2.5.7 and unbreak.
PR: ports/77650
Submitted by: Johan van Selst
Notes
Notes:
svn path=/head/; revision=129286
Diffstat (limited to 'lang/ccscript/files/patch-config:ltmain.sh')
-rw-r--r-- | lang/ccscript/files/patch-config:ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/ccscript/files/patch-config:ltmain.sh b/lang/ccscript/files/patch-config:ltmain.sh deleted file mode 100644 index 664ec529fbf0..000000000000 --- a/lang/ccscript/files/patch-config:ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- config/ltmain.sh.orig Fri Feb 20 17:50:28 2004 -+++ config/ltmain.sh Fri Feb 20 17:50:39 2004 -@@ -5428,10 +5428,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" |