diff options
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice.org-2-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk index 402f77c0e711..22ec11c35540 100644 --- a/editors/openoffice.org-2-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk +++ b/editors/openoffice.org-2-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -7,8 +7,8 @@ -.IF "$(OS)"=="MACOSX" +.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map --.ELSE -+.ELSE +-.ELSE ++.ELSE SHL1VERSIONMAP=$(ADABAS_TARGET).map .ENDIF |