13 lines
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-ad,v 1.1 2005/12/12 15:49:47 joerg Exp $
|
|
|
|
--- ../generic/tixAppInit.c.orig 2005-12-12 15:40:13.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
|