diff options
author | obache <obache@pkgsrc.org> | 2011-02-04 12:26:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-04 12:26:01 +0000 |
commit | 2b36d4e5087b5be8e61ab15a051810ed72185870 (patch) | |
tree | 0e58724493f5d7c5e033da7c9e8f5562994a2d52 /databases/db4 | |
parent | ef3a0e9447a2bfd35e2eb76bef6376c2a54323e2 (diff) | |
download | pkgsrc-2b36d4e5087b5be8e61ab15a051810ed72185870.tar.gz |
Remove the last hunk from patch-ab for configure.
It was added for DragonFly, but not required for recent DF release,
and break build on AIX-5.3, as PR#44446.
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/distinfo | 4 | ||||
-rw-r--r-- | databases/db4/patches/patch-ab | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/databases/db4/distinfo b/databases/db4/distinfo index e566bdfa603..93202405306 100644 --- a/databases/db4/distinfo +++ b/databases/db4/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2010/09/28 11:08:28 obache Exp $ +$NetBSD: distinfo,v 1.38 2011/02/04 12:26:01 obache Exp $ SHA1 (db-4.8.30.tar.gz) = ab36c170dda5b2ceaad3915ced96e41c6b7e493c RMD160 (db-4.8.30.tar.gz) = dd2fcd4c9b857a91e2f491fd4fadb0c51b993a9c Size (db-4.8.30.tar.gz) = 22887305 bytes SHA1 (patch-aa) = 1004feec022eefbf3fd57b6d9af99edc5a2bf17a -SHA1 (patch-ab) = 55108861b7a14288199fc5b421ae898290511afd +SHA1 (patch-ab) = 8f9ecc47527d338e28ee1ce71e694eaf2bdceb92 SHA1 (patch-ac) = 045a3b83b9c6c164382ec546b06ae248620552cf SHA1 (patch-ae) = 43e574154de93dba60392b09d6ebddbca1036849 diff --git a/databases/db4/patches/patch-ab b/databases/db4/patches/patch-ab index f333031eb84..e5d633759b7 100644 --- a/databases/db4/patches/patch-ab +++ b/databases/db4/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.22 2010/06/02 12:06:22 adam Exp $ +$NetBSD: patch-ab,v 1.23 2011/02/04 12:26:01 obache Exp $ --- dist/configure.orig 2010-04-12 20:25:23.000000000 +0000 +++ dist/configure @@ -38,12 +38,3 @@ $NetBSD: patch-ab,v 1.22 2010/06/02 12:06:22 adam Exp $ hp*) _JNI_INC_SUBDIRS="hp-ux";; linux*) _JNI_INC_SUBDIRS="linux genunix";; osf*) _JNI_INC_SUBDIRS="alpha";; -@@ -18748,7 +18748,7 @@ if test "$db_cv_mutex" = no; then - # If the user specified we use POSIX pthreads mutexes, and we fail to - # find the full interface, try and configure for just intra-process - # support. -- 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 - LIBS="$LIBS -lpthread" - - if test "$cross_compiling" = yes; then : |