openbsd-ports/editors/openoffice3/patches/patch-vcl_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

12 lines
446 B
Plaintext

--- vcl/util/makefile.mk.orig.port Fri Sep 18 14:54:06 2009
+++ vcl/util/makefile.mk Mon Jan 25 14:45:49 2010
@@ -332,7 +332,7 @@ SHL2STDLIBS+=`pkg-config --libs xrender`
.IF "$(GUIBASE)"=="unx"
SHL2STDLIBS += -lXext -lSM -lICE -lX11
-.IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD"
+.IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" &&"$(OS)"!="OPENBSD"
# needed by salprnpsp.cxx
SHL2STDLIBS+= -ldl
.ENDIF