summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk')
-rw-r--r--editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk19
1 files changed, 10 insertions, 9 deletions
diff --git a/editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk b/editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk
index 8cb2d5095d9e..fb5f8b09a7ef 100644
--- a/editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk
+++ b/editors/openoffice-3-devel/files/patch-extensions+source+config+ldap+makefile.mk
@@ -1,19 +1,20 @@
o llber50 is missing
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
-Index: extensions/source/config/ldap/makefile.mk
+Index: makefile.mk
===================================================================
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
-retrieving revision 1.5
-diff -u -r1.5 makefile.mk
---- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
-+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
-@@ -117,7 +117,7 @@
- $(SALHELPERLIB) \
+retrieving revision 1.4.24.2
+diff -u -u -r1.4.24.2 makefile.mk
+--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
++++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
+@@ -114,6 +114,9 @@
$(SALLIB)
.IF "$(OS)"=="FREEBSD"
--SHL1STDLIBS+=-lcompat
-+SHL1STDLIBS+=-lcompat -llber50
+ SHL1STDLIBS+=-lcompat
++.IF "$(WITH_OPENLDAP)" != "YES"
++SHL1STDLIBS+=-llber50
++.ENDIF
.ENDIF
DEF1NAME=$(SHL1TARGET)