diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-15 17:49:37 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-15 17:49:37 +0000 |
commit | fac7f2473fd7ab256bf86e654e44eff60f2b2432 (patch) | |
tree | 3545532c883509918685e826b07f8c3437e69f15 /security/gpgme03 | |
parent | 110a097a88d6364c3084739b71ec961f332f787d (diff) | |
download | FreeBSD-ports-fac7f2473fd7ab256bf86e654e44eff60f2b2432.zip FreeBSD-ports-fac7f2473fd7ab256bf86e654e44eff60f2b2432.tar.gz |
disable pth detect when configure
PR: 43624
Submitted by: maintainer
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 8cb8669..4857351 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_LIBTOOL= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +CONFIGURE_ARGS= --with-pth=no USE_GMAKE= yes INSTALLS_SHLIB= yes |