4b2fe80c0b
This fixes a lot of bugs and adds a lot of new features since 1.1.5. Guide to New Features: http://marketing.openoffice.org/2.0/featureguide.html Release Note: http://development.openoffice.org/releases/2.1.0.html
26 lines
726 B
Text
26 lines
726 B
Text
$NetBSD: patch-bs,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $
|
|
|
|
--- ../xmlsecurity/util/makefile.mk.orig 2007-02-27 08:39:08.000000000 +0900
|
|
+++ ../xmlsecurity/util/makefile.mk 2007-02-27 08:40:08.000000000 +0900
|
|
@@ -106,6 +106,7 @@
|
|
$(TOOLSLIB) \
|
|
$(COMPHELPERLIB) \
|
|
$(CPPUHELPERLIB) \
|
|
+ $(LIBXML_LIBS) \
|
|
$(XMLOFFLIB)
|
|
|
|
.IF "$(SYSTEM_MOZILLA)" == "YES"
|
|
@@ -164,11 +165,12 @@
|
|
$(SOTLIB) \
|
|
$(SVLLIB) \
|
|
$(SFXLIB) \
|
|
+ $(LIBXML_LIBS) \
|
|
$(XMLOFFLIB) \
|
|
$(SVXLIB)
|
|
|
|
#MT: Remove libxml2 and xs_comm (above) by cerating service for base encodings
|
|
-SHL4STDLIBS+= $(LIBXML2LIB) $(XMLSECLIB)
|
|
+SHL4STDLIBS+= $(LIBXML_LIBS) $(LIBXML2LIB) $(XMLSECLIB)
|
|
|
|
SHL4VERSIONMAP = xmlsecurity.map
|
|
SHL4DEPN=
|