ba4b442947
URLs for details). Release notes: http://development.openoffice.org/releases/3.1.0.html New features : http://www.openoffice.org/dev_docs/features/3.1/index.html Build confirmed on NetBSD 5.99.11/i386.
30 lines
696 B
Text
30 lines
696 B
Text
$NetBSD: patch-bs,v 1.2 2009/05/09 18:43:41 hira Exp $
|
|
|
|
--- xmlsecurity/util/makefile.mk.orig 2008-08-22 18:34:45.000000000 +0900
|
|
+++ xmlsecurity/util/makefile.mk 2009-05-09 04:54:44.000000000 +0900
|
|
@@ -97,6 +97,7 @@
|
|
$(TOOLSLIB) \
|
|
$(COMPHELPERLIB) \
|
|
$(CPPUHELPERLIB) \
|
|
+ $(LIBXML_LIBS) \
|
|
$(XMLOFFLIB)
|
|
|
|
.IF "$(OS)"=="SOLARIS"
|
|
@@ -110,6 +111,9 @@
|
|
.IF "$(NSS_LIB)" != ""
|
|
SHL2STDLIBS += $(NSS_LIB)
|
|
.ENDIF
|
|
+.IF "$(MOZ_NSS_LIBS)" != ""
|
|
+SHL2STDLIBS += $(MOZ_NSS_LIBS)
|
|
+.ENDIF
|
|
.ENDIF
|
|
|
|
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
|
|
@@ -155,6 +159,7 @@
|
|
$(SOTLIB) \
|
|
$(SVLLIB) \
|
|
$(SFXLIB) \
|
|
+ $(LIBXML_LIBS) \
|
|
$(XMLOFFLIB) \
|
|
$(SVXLIB)
|
|
|