freebsd-ports/math/scilab/files/patch-al
Patrick Li 0018a485aa - add patches from NetBSD (fixes for ascii(), fft() and the online help)
- Provide a working default PVM configuration.
- Remove unneeded pvm files form the install.

PR:		34276
Submitted by:	maintainer
Obtained from:	NetBSD
2002-01-30 05:59:03 +00:00

12 lines
289 B
Plaintext

--- scripts/scilab.g.orig Mon Mar 19 10:27:27 2001
+++ scripts/scilab.g Mon Jan 21 21:36:25 2002
@@ -29,7 +29,7 @@
export VERSION
if test "$PVM_ROOT" = ""; then
- PVM_ROOT=$SCI/pvm3
+ PVM_ROOT="%%PVM_ROOT%%"
fi
if test "$PVM_ARCH" = ""; then
PVM_ARCH=`$PVM_ROOT/lib/pvmgetarch`