summaryrefslogtreecommitdiff
path: root/databases/mysql-client
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-25 19:34:03 +0000
committerjlam <jlam@pkgsrc.org>2004-11-25 19:34:03 +0000
commit3bbe73c68ae42ccbd4f189a559dcd5f3f773dace (patch)
treef7cee64ed35cdc332c929fa10acc8fe0f2e1490e /databases/mysql-client
parente8b71517b22aa609907437a18928edbbae47f60d (diff)
downloadpkgsrc-3bbe73c68ae42ccbd4f189a559dcd5f3f773dace.tar.gz
Default PTHREAD_AUTO_VARS to the safer value of "no". Most packages
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
Diffstat (limited to 'databases/mysql-client')
-rw-r--r--databases/mysql-client/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index 53353f97906..08ab8374a4f 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2004/11/23 16:07:02 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.36 2004/11/25 19:34:03 jlam Exp $
DISTNAME= mysql-4.0.22
CATEGORIES= databases
@@ -72,8 +72,6 @@ CFLAGS+= -DHAVE_CURSES_H
CXXFLAGS+= -DHAVE_CURSES_H
.endif
-PTHREAD_AUTO_VARS= no
-
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")