summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht>2004-04-16 15:33:52 +0000
committerrecht <recht>2004-04-16 15:33:52 +0000
commitb01378830b108bd52178eceb77332fb2a6c5fee1 (patch)
tree6fce77539fc48ec1ad78582a4fabbdd13b25b72d
parent3bbf2edb5b38cfa3d8f14e45b24e8a5305bbf15e (diff)
downloadpkgsrc-b01378830b108bd52178eceb77332fb2a6c5fee1.tar.gz
commit missing patch
-rw-r--r--lang/mono/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-ab b/lang/mono/patches/patch-ab
new file mode 100644
index 00000000000..ce0c11a1549
--- /dev/null
+++ b/lang/mono/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.4 2004/04/16 15:33:52 recht Exp $
+
+--- mono/mini/mini-x86.c.orig 2004-03-10 20:53:29.000000000 +0100
++++ mono/mini/mini-x86.c 2004-04-04 13:12:20.000000000 +0200
+@@ -3379,7 +3379,11 @@
+
+ /* Determine stack boundaries */
+ if (!mono_running_on_valgrind ()) {
++#ifdef __NetBSD__
++ pthread_attr_get_np( self, &attr );
++#else
+ pthread_getattr_np( self, &attr );
++#endif
+ pthread_attr_getstack( &attr, &staddr, &stsize );
+ }
+