summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-07-28 19:29:57 +0000
committertnn <tnn@pkgsrc.org>2007-07-28 19:29:57 +0000
commitbd1187b6ae9a7b01dffb56f17b4263c16e5e5ad3 (patch)
treebd4087c70b97a3687fd1f650a6a53949ce0a8dc2 /security/gpgme
parent7c237a7d12b9ea6dec73c04eaae6ea78743fde64 (diff)
downloadpkgsrc-bd1187b6ae9a7b01dffb56f17b4263c16e5e5ad3.tar.gz
Work around broken pthread_create configure test on HPUX.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile8
1 files changed, 7 insertions, 1 deletions
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"