Patch provided by Lubomir Kundrak via PR 30972. Version 0.8 is the first release of cbrowser since development began on Sourceforge.net. This release contains some minor bug fixes related to cscope, and text changes to indicate the new home of cbrowser. * Changed text headers to reflect new web site and email address. * Added support for scroll mouses. * Fixed bug in the command line of cscope (cannot combine flags).
15 lines
523 B
Text
15 lines
523 B
Text
$NetBSD: patch-aa,v 1.2 2006/10/05 09:32:02 obache Exp $
|
|
|
|
Set up cbrowser so that it can find its subsidiary tcl files
|
|
|
|
--- cbrowser.orig 2005-07-23 18:02:24.000000000 +0200
|
|
+++ cbrowser
|
|
@@ -2989,7 +2989,7 @@
|
|
while {![catch {file readlink $link} result]} {
|
|
set link [file join [file dirname $link] $result]
|
|
}
|
|
-set sourcedir [file dirname $link]
|
|
+set sourcedir [file dirname [file dirname $link]]/share/cbrowser;
|
|
# Set up the auto_path to find things in the directory where this lives.
|
|
lappend auto_path $sourcedir
|
|
|