pkgsrc/misc/openoffice2/patches/patch-bp
hira 4b2fe80c0b 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
2007-02-27 11:55:57 +00:00

13 lines
509 B
Text

$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