diff options
author | markd <markd@pkgsrc.org> | 2004-11-15 09:06:32 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-11-15 09:06:32 +0000 |
commit | f0a6c74cff20ff8c6122f858750754dc7ac4d2b4 (patch) | |
tree | c2421e15c0f7d5012214bab2ce1eacf72308749a /security/gpgme/Makefile | |
parent | b2f25b355190cc51e8f818538396bf159e9dc705 (diff) | |
download | pkgsrc-f0a6c74cff20ff8c6122f858750754dc7ac4d2b4.tar.gz |
Solaris does need librfuncs for getenv_r() or someone needs to teach the
configure script that have_thread_safe_getenv=yes in that case.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index c2d49fb0916..16be11fc2a9 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/11/07 13:11:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.30 2004/11/15 09:06:32 markd Exp $ # DISTNAME= gpgme-1.0.1 @@ -40,9 +40,7 @@ CONFIGURE_ARGS+= --without-pth --without-pth-test INFO_FILES= gpgme.info .include "../../security/libgpg-error/buildlink3.mk" -.if ${OPSYS} != "SunOS" -. include "../../devel/librfuncs/buildlink3.mk" -.endif +.include "../../devel/librfuncs/buildlink3.mk" ## ## Option to build with gpgsm. This provides SMIME support |