diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-25 22:11:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-25 22:11:10 +0000 |
commit | 666b3282fb61b29406ee509097ae4347ce7cb94d (patch) | |
tree | 22e4a26f08187d1e2e0430d49196ccf86e7ff00d /security/gpgme | |
parent | 37a6d28125aefda4d19c670ce49ed2c2e5e6e20d (diff) | |
download | pkgsrc-666b3282fb61b29406ee509097ae4347ce7cb94d.tar.gz |
Remove configure override for funopen detection.
Aleksey Cheusov reports in PR 43519 that this fixes a problem on Linux,
and the function is still properly detected on NetBSD-5.99.31..
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index af7b7724bab..e06bbf585c6 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2010/01/16 17:57:38 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2010/06/25 22:11:10 wiz Exp $ # DISTNAME= gpgme-1.1.8 @@ -36,7 +36,6 @@ LIBS.SunOS+= -lnsl -lsocket # getenv_r is not detected correctly. It will be found # in either base system or librfuncs CONFIGURE_ENV+= ac_cv_func_getenv_r=yes -CONFIGURE_ENV+= ac_cv_func_funopen=yes TEST_TARGET= check |