pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice3 Fix build on NetBSD-4: libldap is req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05572e0a830b
branches:  trunk
changeset: 556681:05572e0a830b
user:      manu <manu%pkgsrc.org@localhost>
date:      Sat Mar 28 18:11:43 2009 +0000

description:
Fix build on NetBSD-4: libldap is required even with LDAP support disabled

diffstat:

 misc/openoffice3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 268837374502 -r 05572e0a830b misc/openoffice3/Makefile
--- a/misc/openoffice3/Makefile Sat Mar 28 17:01:05 2009 +0000
+++ b/misc/openoffice3/Makefile Sat Mar 28 18:11:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/03/25 22:37:13 he Exp $
+# $NetBSD: Makefile,v 1.26 2009/03/28 18:11:43 manu Exp $
 #
 
 OO_VER=                        3.0.1
@@ -199,6 +199,7 @@
 .include "../../mk/compiler.mk"
 
 .include "../../databases/db4/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../devel/gperf/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index