diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-11 11:07:48 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-11 11:07:48 +0800 |
commit | 6280fc80fc43fbfb31d9b173c124e9760bbe398b (patch) | |
tree | 38d72c2d219658b229c4c2768208658e54890b40 | |
parent | 076a812753c26c812396fb862639f98b837c3508 (diff) | |
download | freebsd-ports-gnome-6280fc80fc43fbfb31d9b173c124e9760bbe398b.tar.gz freebsd-ports-gnome-6280fc80fc43fbfb31d9b173c124e9760bbe398b.tar.zst freebsd-ports-gnome-6280fc80fc43fbfb31d9b173c124e9760bbe398b.zip |
oops... forgot to add this file last commit
-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" |