diff options
author | obache <obache> | 2013-05-04 02:50:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-05-04 02:50:41 +0000 |
commit | 7d8bdf0a168d8e49b3580cada4f2ecde7f881fcd (patch) | |
tree | 4c73b4e2ba149ae363a1dc5a9fc98304d3260429 /security/gpgme | |
parent | 057b3a7fb88a5195b51d6cbf2dde8039a825ef45 (diff) | |
download | pkgsrc-7d8bdf0a168d8e49b3580cada4f2ecde7f881fcd.tar.gz |
No TLS support on NetBSD-5 and pirior.
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 6 |
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" |