From 4ef220d063b0e8af0e3f73f785c2b03a79eeb70d Mon Sep 17 00:00:00 2001 From: mbr Date: Sat, 2 Mar 2002 23:49:09 +0000 Subject: The second part was inverted too --- .../files/patch-connectivity::source::drivers::adabas::makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice-1.1-devel') diff --git a/editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk index 402f77c0e711..22ec11c35540 100644 --- a/editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk +++ b/editors/openoffice-1.1-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 -- cgit