diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-05 09:28:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-05 09:28:27 +0000 |
commit | 237b67f5a4e13077bb231b95761f2c2e999b0ff5 (patch) | |
tree | f63bd61f8b41e970159bdbbe12e52fd1d032798b /security | |
parent | c2b7f17d2baf9a55ad6890d43d475774c55177ea (diff) | |
download | pkgsrc-237b67f5a4e13077bb231b95761f2c2e999b0ff5.tar.gz |
Turn off swig/python detection the hard way.
Add comment about test failures.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index dd2378fe9ff..9d45fe3aa47 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2017/03/31 10:31:57 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2017/04/05 09:28:27 wiz Exp $ DISTNAME= gpgme-1.8.0 CATEGORIES= security @@ -15,6 +15,9 @@ GNU_CONFIGURE= yes PTHREAD_OPTS+= require INFO_FILES= yes +# turn off swig/python detection; there is no configure flag as of 1.8.0 +CONFIGURE_ENV+= ac_cv_path_SWIG= + SUBST_CLASSES+= pthread SUBST_FILES.pthread= src/gpgme-config.in SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g' @@ -27,6 +30,8 @@ LIBS.SunOS+= -lnsl -lsocket # in either base system or librfuncs CONFIGURE_ENV+= ac_cv_func_getenv_r=yes +# 17 errors as of 1.8.0 +# https://dev.gnupg.org/T3056 TEST_TARGET= check .include "../../mk/pthread.buildlink3.mk" |