blob: 8913a64a5084528987f0fae8f151cd9bb5bf4f4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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
|