summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ap
blob: 7b213aa681f5deef7104763b123d19d67eda8ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.6 2005/09/07 10:48:47 dmcmahill Exp $

--- macros/util/ilib_unix_soname.sci.orig	2004-09-28 08:43:48.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