diff options
Diffstat (limited to 'editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk')
-rw-r--r-- | editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk new file mode 100644 index 000000000000..d6af428b7794 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map |