diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-22 22:03:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-22 22:03:10 +0000 |
commit | 1bdd9233bcc4ae27e00787b6916d1d4e6a34b60c (patch) | |
tree | e978f357a267072fafca0b4020287d602f1a25d7 /math/yacas/files/patch-ltmain.sh | |
parent | Update to 2.2.0 (diff) |
Update to 1.0.55
PR: 52576
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=83453
Diffstat (limited to 'math/yacas/files/patch-ltmain.sh')
-rw-r--r-- | math/yacas/files/patch-ltmain.sh | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/math/yacas/files/patch-ltmain.sh b/math/yacas/files/patch-ltmain.sh index 2679e2491847..08dcf20604e8 100644 --- a/math/yacas/files/patch-ltmain.sh +++ b/math/yacas/files/patch-ltmain.sh @@ -1,15 +1,10 @@ ---- ltmain.sh.orig Fri Apr 11 02:52:51 2003 -+++ ltmain.sh Fri Apr 11 02:53:05 2003 -@@ -4318,10 +4318,12 @@ - fi +--- ltmain.sh.orig Mon Mar 10 05:53:57 2003 ++++ ltmain.sh Wed May 21 14:17:14 2003 +@@ -973,6 +973,7 @@ + ;; - # 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" + -avoid-version) ++ build_old_libs=no + avoid_version=yes + continue + ;; |