29979e0a1c
to be stuck at version 8.2.0b1, to http://tix.sourceforge.net/, which offers version 8.4.3, straight-forward buildable with the recently updated tcl. Gone is "tixwish" as a separate program, instead use tk's "wish" + "package require Tix" instead. For a complete set of changes, see ChangeLog in the source. The major changes for 8.4.0 were: + Complete rewrite of the build system to use TEA + Separation of Tix package require and Tix style usage + Code cleanup to use Tcl 8.4 as a base version
15 lines
441 B
Text
15 lines
441 B
Text
$NetBSD: patch-ad,v 1.3 2012/08/28 11:46:33 he Exp $
|
|
|
|
Dragonfly support.
|
|
|
|
--- generic/tixAppInit.c.orig 2008-02-28 04:05:29.000000000 +0000
|
|
+++ generic/tixAppInit.c
|
|
@@ -31,7 +31,7 @@
|
|
#undef WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
-#if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
|
|
+#if !defined(__WIN32__) && !defined(MAC_TCL) && !defined(__DragonFly__) /* UNIX */
|
|
|
|
/*
|
|
* The following variable is a special hack that is needed in order for
|