pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme Remove configure override for funopen d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/456d3df8067d
branches:  trunk
changeset: 576884:456d3df8067d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 25 22:11:10 2010 +0000

description:
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:

 security/gpgme/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1e214d52f987 -r 456d3df8067d security/gpgme/Makefile
--- a/security/gpgme/Makefile   Fri Jun 25 22:06:47 2010 +0000
+++ b/security/gpgme/Makefile   Fri Jun 25 22:11:10 2010 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index