59230131f3
Release note (will be available): http://development.openoffice.org/releases/3.0.0.html
22 lines
695 B
Text
22 lines
695 B
Text
$NetBSD: patch-di,v 1.1.1.1 2008/10/14 11:02:25 hira Exp $
|
|
|
|
--- desktop/source/pkgchk/unopkg/makefile.mk.orig 2008-06-25 20:10:54.000000000 +0900
|
|
+++ desktop/source/pkgchk/unopkg/makefile.mk 2008-07-13 11:06:39.000000000 +0900
|
|
@@ -47,7 +47,7 @@
|
|
|
|
APP1TARGET = so$/unopkg
|
|
APP1OBJS = $(OBJFILES)
|
|
-APP1STDLIBS = $(SALLIB) $(UNOPKGAPPLIB)
|
|
+APP1STDLIBS = $(SALLIB) $(UNOPKGAPPLIB) $(DEPLOYMENTMISCLIB)
|
|
APP1DEPN = $(SHL1TARGETN)
|
|
APP1NOSAL = TRUE
|
|
APP1RPATH = BRAND
|
|
@@ -58,7 +58,7 @@
|
|
|
|
APP2TARGET = unopkg
|
|
APP2OBJS = $(OBJFILES)
|
|
-APP2STDLIBS = $(SALLIB) $(UNOPKGAPPLIB)
|
|
+APP2STDLIBS = $(SALLIB) $(UNOPKGAPPLIB) $(DEPLOYMENTMISCLIB)
|
|
APP2DEPN = $(SHL1TARGETN)
|
|
APP2NOSAL = TRUE
|
|
APP2RPATH = BRAND
|