summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ap
blob: b39d01e4181fdd05a4095b1b6a0aa7ebe6869309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.7 2007/03/23 22:08:57 dmcmahill Exp $

--- macros/util/ilib_unix_soname.sci.orig	2005-12-05 10:41:18.000000000 +0000
+++ macros/util/ilib_unix_soname.sci
@@ -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')