aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-connectivity::source::drivers::adabas::makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files/patch-connectivity::source::drivers::adabas::makefile.mk')
-rw-r--r--editors/openoffice-1.1/files/patch-connectivity::source::drivers::adabas::makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice-1.1/files/patch-connectivity::source::drivers::adabas::makefile.mk
index 402f77c0e711..22ec11c35540 100644
--- a/editors/openoffice-1.1/files/patch-connectivity::source::drivers::adabas::makefile.mk
+++ b/editors/openoffice-1.1/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