openbsd-ports/editors/openoffice3/patches/patch-soltools_checkdll_makefile_mk
robert 2d0776a488 Import of OpenOffice 3.0;
Currently it is a different port because it still needs a lot of work
and there are a lot of differences from openoffice2. It is not connected
to the build, and it's going to be merged with the openoffice2 port whenever
it's ready for use.
2008-10-30 18:51:05 +00:00

13 lines
538 B
Plaintext

$OpenBSD: patch-soltools_checkdll_makefile_mk,v 1.1.1.1 2008/10/30 18:51:07 robert Exp $
--- soltools/checkdll/makefile.mk.orig.port Thu Sep 8 03:23:19 2005
+++ soltools/checkdll/makefile.mk Fri Aug 18 15:47:45 2006
@@ -53,7 +53,7 @@ LIBSALCPPRT=$(0)
APP1TARGET = checkdll
APP1OBJS = $(OBJ)$/checkdll.obj
DEPOBJFILES = $(APP1OBJS)
-.IF "$(OS)"!="FREEBSD" && "$(OS)"!="MACOSX" && "$(OS)"!="NETBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="MACOSX" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD"
STDLIB += -ldl
.ENDIF
.IF "$(OS)"=="NETBSD"