diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-10 21:15:55 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-10 21:15:55 +0000 |
commit | 1c84f3e27a17c261df11574fb32da2116ff8efa7 (patch) | |
tree | 38737aa1fc0f6be2e51bf2e620ec0c40d5283789 /x11 | |
parent | 0e4228867f4f60deeb883b272ef35ece42ff2baf (diff) | |
download | pkgsrc-1c84f3e27a17c261df11574fb32da2116ff8efa7.tar.gz |
Need to make sure on Solaris not to pickup -mt from the installed imake files
for threaded apps.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xrender/distinfo | 3 | ||||
-rw-r--r-- | x11/Xrender/patches/patch-aa | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/x11/Xrender/distinfo b/x11/Xrender/distinfo index 5fb2a6d14a0..814e3b8d130 100644 --- a/x11/Xrender/distinfo +++ b/x11/Xrender/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/14 09:16:36 jlam Exp $ +$NetBSD: distinfo,v 1.2 2003/04/10 21:15:56 jmc Exp $ SHA1 (fcpackage.2_1.tar.gz) = b4d960ea1e2384f48aa9fed05e90ad4755da12be Size (fcpackage.2_1.tar.gz) = 544661 bytes +SHA1 (patch-aa) = 72db2982e878c85f8d3a236a954bfd3de5e355e6 diff --git a/x11/Xrender/patches/patch-aa b/x11/Xrender/patches/patch-aa new file mode 100644 index 00000000000..3215aa5e860 --- /dev/null +++ b/x11/Xrender/patches/patch-aa @@ -0,0 +1,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 |