this is a major update that introduced many cool stuff and it's speed is awesome compared to the previous versions
12 lines
446 B
Plaintext
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
|