summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-02 23:49:09 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-02 23:49:09 +0000
commit6bb92b02c955425c31bbdba9b759d8e59c72047b (patch)
tree04fd746219a3577e7fa1171dc918f723734f68e3 /editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk
parentFix inverted diff (diff)
The second part was inverted too
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk
index 402f77c0e711..22ec11c35540 100644
--- a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk
+++ b/editors/openoffice.org-3-devel/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