summaryrefslogtreecommitdiff
path: root/databases/db5/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db5/patches/patch-ab')
-rw-r--r--databases/db5/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db5/patches/patch-ab b/databases/db5/patches/patch-ab
index c8556c21758..6a47d0911b8 100644
--- a/databases/db5/patches/patch-ab
+++ b/databases/db5/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2014/04/22 14:42:35 asau Exp $
+$NetBSD: patch-ab,v 1.6 2016/08/25 06:18:57 richard Exp $
--- dist/configure.orig 2012-05-11 17:57:48.000000000 +0000
+++ dist/configure
@@ -97,7 +97,7 @@ $NetBSD: patch-ab,v 1.5 2014/04/22 14:42:35 asau Exp $
;;
*)
- if test "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
-+ if test "$ac_cv_lib_pthread_main" = yes -a "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
++ if test "$ac_cv_lib_pthread_main" = yes -o "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
LIBS="$LIBS -lpthread"
if test "$cross_compiling" = yes; then :