pkgsrc/misc/openoffice3/patches/patch-bi

13 lines
385 B
Text

$NetBSD: patch-bi,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
--- shell/source/unix/misc/makefile.mk.orig 2007-02-23 18:59:47.000000000 +0900
+++ shell/source/unix/misc/makefile.mk 2007-02-23 19:00:19.000000000 +0900
@@ -59,7 +59,7 @@
APP1OBJS = \
$(OBJ)$/gnome-open-url.obj
APP1LIBS =
-.IF "$(OS)"!="FREEBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD"
APP1STDLIBS=-ldl
.ENDIF