59230131f3
Release note (will be available): http://development.openoffice.org/releases/3.0.0.html
13 lines
452 B
Text
13 lines
452 B
Text
$NetBSD: patch-bo,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
|
|
|
|
--- extensions/source/plugin/unx/makefile.mk.orig 2006-12-01 23:19:00.000000000 +0900
|
|
+++ extensions/source/plugin/unx/makefile.mk 2007-04-01 22:05:33.000000000 +0900
|
|
@@ -81,7 +81,7 @@
|
|
APP1STDLIBS+=-lXaw
|
|
.ENDIF
|
|
.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD"
|
|
-APP1STDLIBS+= -lXt -lXext -lX11
|
|
+APP1STDLIBS+=$(X11_LDFLAGS) -lXt -lXext -lX11
|
|
.ELSE
|
|
APP1STDLIBS+= -lXt -lXext -lX11 -ldl
|
|
.ENDIF
|