diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-11 03:07:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-11 03:07:48 +0000 |
commit | f9f81321b15330dc01ba9041d1f34d63bb54f3c7 (patch) | |
tree | a6c99c425edb9d6e649e8ccf190f1243a29cef70 /math/yacas | |
parent | 0a97680cc148110aee597bb6eebc19a46e38e4d4 (diff) | |
download | ports-f9f81321b15330dc01ba9041d1f34d63bb54f3c7.tar.gz ports-f9f81321b15330dc01ba9041d1f34d63bb54f3c7.zip |
oops... forgot to add this file last commit
Notes
Notes:
svn path=/head/; revision=78722
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/yacas/files/patch-ltmain.sh b/math/yacas/files/patch-ltmain.sh new file mode 100644 index 000000000000..2679e2491847 --- /dev/null +++ b/math/yacas/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Fri Apr 11 02:52:51 2003 ++++ ltmain.sh Fri Apr 11 02:53:05 2003 +@@ -4318,10 +4318,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" |