pkgsrc/misc/openoffice2/patches/patch-bk
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

18 lines
447 B
Text

$NetBSD: patch-bk,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $
--- ../forms/util/makefile.mk.orig 2007-02-23 19:13:29.000000000 +0900
+++ ../forms/util/makefile.mk 2007-02-23 19:13:44.000000000 +0900
@@ -111,11 +111,11 @@
.IF "$(OS)"=="MACOSX"
.IF "$(GUIBASE)"=="unx"
SHL1STDLIBS +=\
- -lX11 -lXt -lXmu
+ $(X11_LDFLAGS) -lX11 -lXt -lXmu
.ENDIF
.ELSE
SHL1STDLIBS +=\
- -lX11
+ $(X11_LDFLAGS) -lX11
.ENDIF # OS == MACOSX
.ENDIF