diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:58:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:58:22 +0000 |
commit | ff33f00db07d029d34bfe52fbd54e9c119a3074f (patch) | |
tree | e8d6766d580d8e1d662f87e72e0aab4eb8749467 /multimedia/gstreamer80/files/patch-gst::cothreads.c | |
parent | Bump PORTREVISION for konq_plugins to chase the glib20 shared lib change. (diff) |
Conditionally enable the initial thread stacksize hack on systems that need
it.
Notes
Notes:
svn path=/head/; revision=130976
Diffstat (limited to 'multimedia/gstreamer80/files/patch-gst::cothreads.c')
-rw-r--r-- | multimedia/gstreamer80/files/patch-gst::cothreads.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/gstreamer80/files/patch-gst::cothreads.c b/multimedia/gstreamer80/files/patch-gst::cothreads.c index b66b7062f37b..a756de582f5e 100644 --- a/multimedia/gstreamer80/files/patch-gst::cothreads.c +++ b/multimedia/gstreamer80/files/patch-gst::cothreads.c @@ -11,12 +11,3 @@ #ifndef MAP_ANONYMOUS #ifdef MAP_ANON /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ -@@ -52,7 +56,7 @@ - #endif - #endif - --#define STACK_SIZE 0x200000 -+#define STACK_SIZE 0x100000 - - #define COTHREAD_MAGIC_NUMBER 0xabcdef - |