summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ap
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-03-23 22:08:55 +0000
committerdmcmahill <dmcmahill>2007-03-23 22:08:55 +0000
commita829dbf22f9e71c33ec1a0757b9c735ffe223df3 (patch)
treeb7c9bd0b311bde02a57457a33f40d2a53953eef7 /math/scilab/patches/patch-ap
parent7ce46588a3b2f6b4da7ea78caadfc7f1c5ab39a1 (diff)
downloadpkgsrc-a829dbf22f9e71c33ec1a0757b9c735ffe223df3.tar.gz
Update to scilab-4.1. The old version was very out of date and there
have been many many changes including many bug fixes, graphics improvements, editor improvements, new toolbox functions, etc.
Diffstat (limited to 'math/scilab/patches/patch-ap')
-rw-r--r--math/scilab/patches/patch-ap22
1 files changed, 11 insertions, 11 deletions
diff --git a/math/scilab/patches/patch-ap b/math/scilab/patches/patch-ap
index 7b213aa681f..b39d01e4181 100644
--- a/math/scilab/patches/patch-ap
+++ b/math/scilab/patches/patch-ap
@@ -1,13 +1,13 @@
-$NetBSD: patch-ap,v 1.6 2005/09/07 10:48:47 dmcmahill Exp $
+$NetBSD: patch-ap,v 1.7 2007/03/23 22:08:57 dmcmahill Exp $
---- macros/util/ilib_unix_soname.sci.orig 2004-09-28 08:43:48.000000000 +0000
+--- macros/util/ilib_unix_soname.sci.orig 2005-12-05 10:41:18.000000000 +0000
+++ macros/util/ilib_unix_soname.sci
-@@ -2,7 +2,7 @@ function rep=ilib_unix_soname()
- // Copyright Enpc
- // try to get the proper sufix for
- // shared unix library sl or so ?
-- libtoolconf=unix_g("$SCI/libtool --config")
-+ libtoolconf=unix_g(SCI+"/libtool --config")
- //check if shared libraries are built
- k=grep(libtoolconf,'build_libtool_libs')
- if strindex(libtoolconf(k),'yes')<>[] then //yes
+@@ -5,7 +5,7 @@ function rep=ilib_unix_soname()
+ // try to get the proper sufix for
+ // shared unix library sl or so ?
+
+- libtoolconf=unix_g("$SCI/libtool --config")
++ libtoolconf=unix_g(SCI+"/libtool --config")
+ //check if shared libraries are built
+ k=grep(libtoolconf,'build_libtool_libs')
+