pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf2 Disable the LDAP backend explicitly, or t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb668814887d
branches:  trunk
changeset: 507739:eb668814887d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 07 19:11:32 2006 +0000

description:
Disable the LDAP backend explicitly, or this package may install
additional files on platforms with a native LDAP library (e.g., Darwin).

diffstat:

 devel/GConf2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a7ca3d6ddd89 -r eb668814887d devel/GConf2/Makefile
--- a/devel/GConf2/Makefile     Tue Feb 07 19:07:24 2006 +0000
+++ b/devel/GConf2/Makefile     Tue Feb 07 19:11:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/02/05 23:08:38 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2006/02/07 19:11:32 minskim Exp $
 #
 
 .include "../../devel/GConf2/Makefile.common"
@@ -7,6 +7,7 @@
 PKGREVISION=   1
 
 CONFIGURE_ARGS+=       --disable-gtk
+CONFIGURE_ARGS+=       ac_cv_header_ldap_h=no
 
 OWN_DIRS=      ${PKG_SYSCONFDIR}/2
 OWN_DIRS+=     ${PKG_SYSCONFDIR}/gconf.xml.defaults



Home | Main Index | Thread Index | Old Index