ddb5a7b884
installed libraries are now named libitcl.so.3 & libitk.so.3 instead of having the version be part of the libname (libitcl33.so.1). The itclConfig.sh and itkConfig.sh are now also installed, which is required by some software (such as the insight -- a gdb frontend). Fix-up the (unchanged) iwidgets port to reflect the above and improve it to not require its own copy of the itcl tree at install time. Approved by: maintainer Fix-up the tkdesk port to reflect the itcl/itk changes, which required updating it to the 2.0p2 (from 2.0). (This lovely piece of software badly needs a caring maintainer, BTW.) While here, teach tkdesk to use installed blt instead of building its own. The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a MUD client). This should change as soon as the maintainer get back to me.
12 lines
511 B
Text
12 lines
511 B
Text
--- configure Thu Nov 29 15:51:34 2001
|
|
+++ configure Tue May 16 17:36:14 2006
|
|
@@ -818,9 +818,4 @@
|
|
fi
|
|
|
|
-if test -z "$ITCL_LIB_DIR"; then
|
|
- { echo "configure: error: Can't find Itcl source. Use --with-itcl to specify the the toplevel incr Tcl directory on your system. (This directory should contain itcl/library/itcl.tcl, itk/library/itk.tcl, and config/mkinstalldirs.)" 1>&2; exit 1; }
|
|
-fi
|
|
-
|
|
-
|
|
#--------------------------------------------------------------------
|
|
# Needed for running the test suite
|