summaryrefslogtreecommitdiff
path: root/databases/mysql5-server/patches/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql5-server/patches/patch-bf')
-rw-r--r--databases/mysql5-server/patches/patch-bf13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysql5-server/patches/patch-bf b/databases/mysql5-server/patches/patch-bf
new file mode 100644
index 00000000000..78b8659f30a
--- /dev/null
+++ b/databases/mysql5-server/patches/patch-bf
@@ -0,0 +1,13 @@
+$NetBSD: patch-bf,v 1.1 2006/10/14 18:41:34 xtraeme Exp $
+
+--- bdb/dist/configure.orig 2006-10-08 15:25:31.000000000 +0200
++++ bdb/dist/configure 2006-10-08 15:26:39.000000000 +0200
+@@ -5038,7 +5038,7 @@ fi
+ # we're using.
+ case "$host_os" in
+ sysv5UnixWare*|sysv5OpenUNIX8*)
+- if test "$GCC" == "yes"; then
++ if test "$GCC" = "yes"; then
+ CPPFLAGS="$CPPFLAGS -pthread"
+ LDFLAGS="$LDFLAGS -pthread"
+ else