4b2fe80c0b
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
15 lines
502 B
Text
15 lines
502 B
Text
$NetBSD: patch-bn,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $
|
|
|
|
--- ../crashrep/source/unx/makefile.mk.orig 2007-02-24 00:59:23.000000000 +0900
|
|
+++ ../crashrep/source/unx/makefile.mk 2007-02-24 00:59:55.000000000 +0900
|
|
@@ -70,8 +70,8 @@
|
|
APP1TARGET=$(TARGET)
|
|
APP1OBJS=$(OBJFILES)
|
|
|
|
-APP1STDLIBS=$(DYNAMIC) -lXext -lX11
|
|
-.IF "$(OS)" != "FREEBSD"
|
|
+APP1STDLIBS=$(DYNAMIC) $(X11_LDFLAGS) -lXext -lX11
|
|
+.IF "$(OS)" != "FREEBSD" && "$(OS)" != "NETBSD"
|
|
APP1STDLIBS+=-ldl -lnsl
|
|
.ENDIF
|
|
.IF "$(OS)" == "SOLARIS"
|