blob: 3215aa5e8604473c9404d6ba568bd1d9a3201056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.1 2003/04/10 21:15:55 jmc Exp $
--- Imakefile.orig Thu Nov 14 21:01:18 2002
+++ Imakefile Thu Apr 10 20:27:41 2003
@@ -86,6 +86,11 @@
RENDERINCDIR = $(BUILDINCROOT)
#endif
+# Solaris always puts -mt in here otherwise...
+#if defined(SunArchitecture) && defined(SparcArchitecture) && \
+ (OSMajorVersion == 5)
+#define LocalThreadsDefines -DXTHREADS
+#endif
#include <Threads.tmpl>
#ifdef SharedXrenderReqs
|