[Libreoffice-commits] .: shell/source
Robert Nagy
rnagy at kemper.freedesktop.org
Fri Nov 5 03:32:46 PDT 2010
shell/source/unix/misc/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c541ced6e75b4208821fba3a5b92d84e66a6e2e4
Author: Robert Nagy <robert at openbsd.org>
Date: Thu Nov 4 12:24:29 2010 +0100
no -ldl on OpenBSD
diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk
index 67fcc70..c4f3d9c 100644
--- a/shell/source/unix/misc/makefile.mk
+++ b/shell/source/unix/misc/makefile.mk
@@ -68,7 +68,7 @@ APP1TARGET = gnome-open-url.bin
APP1OBJS = \
$(OBJ)$/gnome-open-url.obj
APP1LIBS =
-.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD"
APP1STDLIBS=-ldl
.ENDIF
More information about the Libreoffice-commits
mailing list