openbsd-ports/editors/openoffice3/patches/patch-cppu_util_makefile_mk
robert f38d8c9742 Update to openoffice 3.2;
this is a major update that introduced many cool stuff and it's
speed is awesome compared to the previous versions
2010-03-30 11:03:07 +00:00

13 lines
383 B
Plaintext

$OpenBSD: patch-cppu_util_makefile_mk,v 1.3 2010/03/30 11:03:07 robert Exp $
--- cppu/util/makefile.mk.orig.port Mon Apr 27 14:24:10 2009
+++ cppu/util/makefile.mk Mon Jan 25 18:59:09 2010
@@ -64,7 +64,7 @@ SHL1STDLIBS = $(SALLIB)
SHL1DEPN=
SHL1IMPLIB=i$(TARGET)
-.IF "$(OS)"!="FREEBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="OPENBSD"
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
.ENDIF