]> granicus.if.org Git - graphviz/commitdiff
-fix breakage from additional headers required by tk8.5
authorellson <devnull@localhost>
Sun, 23 Dec 2007 17:17:42 +0000 (17:17 +0000)
committerellson <devnull@localhost>
Sun, 23 Dec 2007 17:17:42 +0000 (17:17 +0000)
-make test.tcl more specific about where to fint libgv_tcl.so

tclpkg/gv/test.tcl

index 1e71c75f1553454235a58deaa83acf20bf276a41..d08807f61a7ec4fe93390ee7a8a994c419a43d28 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/tclsh
 
-load libgv_tcl.so gv
+load [pwd]/libgv_tcl.so gv
 
 set g [gv::digraph G]
 puts [gv::setv $g aaa xxx]