summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-05-04 02:50:41 +0000
committerobache <obache@pkgsrc.org>2013-05-04 02:50:41 +0000
commit1d011ce6215dfecda4e627afa33347167d8be939 (patch)
tree4c73b4e2ba149ae363a1dc5a9fc98304d3260429 /security
parente1df3b4d7151d8c58462e81515368bd34fae4ff6 (diff)
downloadpkgsrc-1d011ce6215dfecda4e627afa33347167d8be939.tar.gz
No TLS support on NetBSD-5 and pirior.
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 7257bef29e3..68d78642d73 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2013/05/03 16:36:04 drochner Exp $
+# $NetBSD: Makefile,v 1.71 2013/05/04 02:50:41 obache Exp $
DISTNAME= gpgme-1.4.1
CATEGORIES= security
@@ -43,6 +43,10 @@ CONFIGURE_ARGS+= --without-pth --without-pth-test
CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=yes
.endif
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
+CONFIGURE_ENV+= gpgme_cv_tls_works=no
+.endif
+
# we want the getenv_r() semantics of NetBSD-current
BUILDLINK_API_DEPENDS.librfuncs+= librfuncs>=1.0.7nb1
.include "../../devel/librfuncs/buildlink3.mk"