diff options
Diffstat (limited to 'editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk')
-rw-r--r-- | editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk b/editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk new file mode 100644 index 000000000000..18e68e89120b --- /dev/null +++ b/editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF |