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-bp | |
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-bp')
-rw-r--r-- | misc/openoffice2/patches/patch-bp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice2/patches/patch-bp b/misc/openoffice2/patches/patch-bp new file mode 100644 index 00000000000..875b860e02c --- /dev/null +++ b/misc/openoffice2/patches/patch-bp @@ -0,0 +1,13 @@ +$NetBSD: patch-bp,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $ + +--- ../extensions/source/nsplugin/source/makefile.mk.orig 2007-02-24 02:05:26.000000000 +0900 ++++ ../extensions/source/nsplugin/source/makefile.mk 2007-02-24 02:13:01.000000000 +0900 +@@ -115,7 +115,7 @@ + $(TOOLSLIB) + + .IF "$(GUI)"=="UNX" +-.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="MACOSX" ++.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD" + .ELSE + APP1STDLIBS+= -ldl -lnsl -lnls -lsocket + .ENDIF |