Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2007 09:10:09 GMT
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/109611: math/Scilab 4.1 tries to load "libtk8.4.so" but tk-8.4 installs "libtk84.so"
Message-ID:  <200703020910.l229A9rY008831@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/109611; it has been noted by GNATS.

From: Jean-Sebastien Roy <js@jeannot.org>
To: bug-followup@FreeBSD.org
Cc: fhcarron@terra.es
Subject: Re: ports/109611: math/Scilab 4.1 tries to load "libtk8.4.so" but
 tk-8.4 installs "libtk84.so"
Date: Fri, 02 Mar 2007 09:40:46 +0100

 Dear Fernando,
 
 Could you please try the following patch to the scilab port ?
 
 Regards,
 
 js
 
 diff -ruN scilab/files/patch-configure.in
 scilab.new/files/patch-configure.in
 --- scilab/files/patch-configure.in	Tue Jan 16 09:53:14 2007
 +++ scilab.new/files/patch-configure.in	Wed Feb 28 21:36:28 2007
 +@@ -1904,6 +1919,9 @@
 + 	GETLIBTK=libtk$TK_MAJOR_VERSION.$TK_MINOR_VERSION.$SONAME
 + 	
 + 	case "$host" in
 ++		*-*-freebsd*)
 ++		GETLIBTK=libtk$TK_MAJOR_VERSION$TK_MINOR_VERSION.$SONAME
 ++		;;
 + 		*-*-darwin*)
 + 		GETLIBTK=/sw/lib/libtk$TK_MAJOR_VERSION.$TK_MINOR_VERSION.dylib
 + 		;;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703020910.l229A9rY008831>