summaryrefslogtreecommitdiff
path: root/databases/db4/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-17 18:29:20 +0000
committerjlam <jlam>2004-11-17 18:29:20 +0000
commite9c1c9cd7f6c06bf80e8cf19f91902a21a2f1310 (patch)
tree3e622d3489a7edb6fddcb31942107865e4e0b575 /databases/db4/Makefile
parent0c077ac8329b3b00a8edeba9eea9a26573229f14 (diff)
downloadpkgsrc-e9c1c9cd7f6c06bf80e8cf19f91902a21a2f1310.tar.gz
DB4 only want pthreads because it's really after POSIX 1003.1
inter-process mutexes. In this case, we only care to use the native threads. Bump the PKGREVISION since this means that non-native pthreads platforms will no longer depend on GNU pth.
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r--databases/db4/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index de8b588c7ae..17310dccba0 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2004/11/17 06:04:43 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/11/17 18:29:20 jlam Exp $
DISTNAME= db-4.2.52
PKGNAME= ${DISTNAME:S/db/db4/}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/snapshot/
@@ -45,6 +45,11 @@ OPSYSVARS+= LIBSO_LIBS
LIBSO_LIBS.SunOS+= -lnsl
CONFIGURE_ENV+= LIBSO_LIBS="${LIBSO_LIBS}"
+# DB4 only want pthreads because it's really after POSIX 1003.1
+# inter-process mutexes. In this case, we only care to use the native
+# threads.
+#
+PTHREAD_OPTS+= native
.include "../../mk/pthread.buildlink3.mk"
post-install: