diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-16 01:49:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-16 01:49:37 +0800 |
commit | fac7f2473fd7ab256bf86e654e44eff60f2b2432 (patch) | |
tree | 3545532c883509918685e826b07f8c3437e69f15 /security | |
parent | 110a097a88d6364c3084739b71ec961f332f787d (diff) | |
download | freebsd-ports-gnome-fac7f2473fd7ab256bf86e654e44eff60f2b2432.tar.gz freebsd-ports-gnome-fac7f2473fd7ab256bf86e654e44eff60f2b2432.tar.zst freebsd-ports-gnome-fac7f2473fd7ab256bf86e654e44eff60f2b2432.zip |
disable pth detect when configure
PR: 43624
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 1 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 8cb8669a3276..48573518ea5f 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/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 diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 8cb8669a3276..48573518ea5f 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 |