summaryrefslogtreecommitdiff
path: root/databases/mariadb55-client/patches/patch-include_my__context.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mariadb55-client/patches/patch-include_my__context.h')
-rw-r--r--databases/mariadb55-client/patches/patch-include_my__context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mariadb55-client/patches/patch-include_my__context.h b/databases/mariadb55-client/patches/patch-include_my__context.h
index 00229152742..68cd4cd77a4 100644
--- a/databases/mariadb55-client/patches/patch-include_my__context.h
+++ b/databases/mariadb55-client/patches/patch-include_my__context.h
@@ -1,6 +1,6 @@
-$NetBSD: patch-include_my__context.h,v 1.1 2015/05/07 12:45:29 fhajny Exp $
+$NetBSD: patch-include_my__context.h,v 1.1.10.1 2016/09/23 18:40:39 bsiegert Exp $
---- include/my_context.h.orig 2015-02-13 12:07:01.000000000 +0000
+--- include/my_context.h.orig 2016-09-12 14:54:54.000000000 +0000
+++ include/my_context.h
@@ -27,9 +27,9 @@
@@ -12,5 +12,5 @@ $NetBSD: patch-include_my__context.h,v 1.1 2015/05/07 12:45:29 fhajny Exp $
-#elif defined(__GNUC__) && __GNUC__ >= 3 && defined(__i386__)
+#elif defined(__GNUC__) && __GNUC__ >= 3 && defined(__i386__) && !defined(__sun)
#define MY_CONTEXT_USE_I386_GCC_ASM
- #elif defined(HAVE_UCONTEXT)
+ #elif defined(HAVE_UCONTEXT_H)
#define MY_CONTEXT_USE_UCONTEXT