From 666b3282fb61b29406ee509097ae4347ce7cb94d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 25 Jun 2010 22:11:10 +0000 Subject: 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.. --- security/gpgme/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security') 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 -- cgit v1.2.3