summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql5-client/patches/patch-ab')
-rw-r--r--databases/mysql5-client/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/mysql5-client/patches/patch-ab b/databases/mysql5-client/patches/patch-ab
deleted file mode 100644
index b5df1ab1760..00000000000
--- a/databases/mysql5-client/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2008/09/18 11:50:44 taca Exp $
-
---- sql/mysqld.cc.orig 2008-08-04 15:20:07.000000000 +0300
-+++ sql/mysqld.cc 2008-09-16 12:16:20.000000000 +0300
-@@ -181,7 +181,7 @@
- int initgroups(const char *,unsigned int);
- #endif
-
--#if defined(__FreeBSD__) && defined(HAVE_IEEEFP_H)
-+#if (defined(__FreeBSD__) || defined(__DragonFly__)) && defined(HAVE_IEEEFP_H)
- #include <ieeefp.h>
- #ifdef HAVE_FP_EXCEPT // Fix type conflict
- typedef fp_except fp_except_t;