diff options
author | hira <hira@pkgsrc.org> | 2007-02-27 11:55:57 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-02-27 11:55:57 +0000 |
commit | 4b2fe80c0b309bbf9c418be748c98d690437d277 (patch) | |
tree | 19089b76f0938552dbb97bc36e66e1c4bec9b52a /misc/openoffice2/patches/patch-bs | |
parent | a028058bed1a3623566d21084d9bd9e4c89b9dc8 (diff) | |
download | pkgsrc-4b2fe80c0b309bbf9c418be748c98d690437d277.tar.gz |
Import OpenOffice.org 2.1.0 for build.
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
Diffstat (limited to 'misc/openoffice2/patches/patch-bs')
-rw-r--r-- | misc/openoffice2/patches/patch-bs | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/openoffice2/patches/patch-bs b/misc/openoffice2/patches/patch-bs new file mode 100644 index 00000000000..e9dee371a1e --- /dev/null +++ b/misc/openoffice2/patches/patch-bs @@ -0,0 +1,26 @@ +$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= |