aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-11 03:07:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-11 03:07:48 +0000
commitf9f81321b15330dc01ba9041d1f34d63bb54f3c7 (patch)
treea6c99c425edb9d6e649e8ccf190f1243a29cef70 /math
parent0a97680cc148110aee597bb6eebc19a46e38e4d4 (diff)
downloadports-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')
-rw-r--r--math/yacas/files/patch-ltmain.sh15
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"