summaryrefslogtreecommitdiff
path: root/databases/mysql5-server/patches/patch-bf
blob: 78b8659f30a3f6bd87f1f86dcdeae3d7b1aa2eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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