c1097ca063
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
12 lines
374 B
Plaintext
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
|