openbsd-ports/editors/openoffice/patches/patch-vcl_util_makefile_mk
robert c1097ca063 - update to openoffice 2.3 that has many new features
and a lot of speedup.
- fix the debug flavor
- rearrange the PLISTs so the no_lang flavor won't try to
  include some language files
2007-11-13 09:46:27 +00:00

12 lines
374 B
Plaintext

--- vcl/util/makefile.mk.orig.port Thu Aug 2 17:00:59 2007
+++ vcl/util/makefile.mk Thu Oct 25 16:23:48 2007
@@ -322,7 +322,7 @@ SHL2STDLIBS+=$(LIBSN_LIBS)
.ENDIF
SHL2STDLIBS += -lXext -lSM -lICE -lX11
-.IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD"
+.IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD" && "$(OS)"!="OPENBSD"
# needed by salprnpsp.cxx
SHL2STDLIBS+= -ldl
.ENDIF