summaryrefslogtreecommitdiff
path: root/databases/libgda
diff options
context:
space:
mode:
authorbouyer <bouyer>2004-03-21 17:40:44 +0000
committerbouyer <bouyer>2004-03-21 17:40:44 +0000
commiteb2e4965d31cd0a2ed877113e3c85fc73f4d63ab (patch)
tree6c1c39aa91ac27be80b75a0be2e650656ed0f6d5 /databases/libgda
parent42aee9501a5755f495fad88ef118465b1753264e (diff)
downloadpkgsrc-eb2e4965d31cd0a2ed877113e3c85fc73f4d63ab.tar.gz
Explicitely disable ldap; on solaris configure will try to use the
system's ldap and fail.
Diffstat (limited to 'databases/libgda')
-rw-r--r--databases/libgda/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common
index 6e049958749..fcabb3f099b 100644
--- a/databases/libgda/Makefile.common
+++ b/databases/libgda/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/03/11 14:00:29 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/03/21 17:40:44 bouyer Exp $
#
DISTNAME?= libgda-1.0.3
@@ -20,6 +20,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html"
+CONFIGURE_ARGS+= --without-ldap
PKG_SYSCONFSUBDIR= libgda
EGDIR= ${PREFIX}/share/examples/libgda