diff options
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-ucb::source::ucp::webdav::makefile.mk')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-ucb::source::ucp::webdav::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-ucb::source::ucp::webdav::makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-ucb::source::ucp::webdav::makefile.mk new file mode 100644 index 000000000000..4b505c6571d8 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-ucb::source::ucp::webdav::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF |