- rework a port a little bit to be sync in the openoffice linux code and remove some hacks that we don't need anymore - also use --as-needed while linking (which results in at least a 50% speed improovement) - depend on more libraries from the system instead of using the internal ones
12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
--- vcl/util/makefile.mk.orig.port Thu Oct 21 14:12:31 2010
|
|
+++ vcl/util/makefile.mk Sat Oct 23 18:40:08 2010
|
|
@@ -334,7 +334,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
|