pkgsrc/databases/mysql-cluster/patches/patch-include_my__global.h
jnemeth 7697633caf MySQL Cluster is a highly scalable, real-time, ACID-compliant
transactional database, combining 99.999% availability with the
low TCO of open source.

Designed around a distributed, multi-master architecture with no
single point of failure, MySQL Cluster scales horizontally on
commodity hardware to serve read and write intensive workloads,
accessed via SQL and NoSQL interfaces.
2014-12-01 05:57:48 +00:00

14 lines
478 B
C

$NetBSD: patch-include_my__global.h,v 1.1.1.1 2014/12/01 05:58:03 jnemeth Exp $
--- include/my_global.h.orig 2013-04-28 14:06:29.000000000 +0000
+++ include/my_global.h
@@ -1119,7 +1119,8 @@ typedef char my_bool; /* Small bool */
/* Provide __func__ macro definition for platforms that miss it. */
#if __STDC_VERSION__ < 199901L
-# if __GNUC__ >= 2
+# if __GNUC__ >= 4
+# elif __GNUC__ >= 2
# define __func__ __FUNCTION__
# else
# define __func__ "<unknown>"