From c6504f63a7f55a69b9ed55167eb2178b199b531d Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 28 Jul 2007 19:29:57 +0000 Subject: Work around broken pthread_create configure test on HPUX. --- security/gpgme/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index c54b9c682e2..50d605872aa 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/03/23 20:04:13 drochner Exp $ +# $NetBSD: Makefile,v 1.50 2007/07/28 19:29:57 tnn Exp $ # DISTNAME= gpgme-1.1.4 @@ -62,4 +62,10 @@ CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg2}/bin/gpgsm CONFIGURE_ARGS+= --without-gpgsm .endif +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "HPUX" +CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=yes +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3