summaryrefslogtreecommitdiff
path: root/databases/mysql5-server/patches/patch-bf
blob: 213259fc61025cbb892e2e67c3b9193e03f38185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bf,v 1.2 2007/03/11 18:42:50 adam Exp $

--- bdb/dist/configure.orig	2007-03-05 20:23:33.000000000 +0100
+++ bdb/dist/configure
@@ -5039,7 +5039,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