diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 20:27:00 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 20:27:00 +0000 |
commit | 2f60a7bfc4715014c42d67985f77c26158e97c3c (patch) | |
tree | 5c20416df81c78e45c376caa020cb23d0d019da7 /editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk | |
parent | Fix ECHO_CMD overkill. (diff) |
Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
More will follow
Notes
Notes:
svn path=/head/; revision=55413
Diffstat (limited to 'editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk')
-rw-r--r-- | editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk new file mode 100644 index 000000000000..8b3073598ac7 --- /dev/null +++ b/editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -0,0 +1,14 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Sat Mar 2 20:39:00 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Sat Mar 2 20:38:16 2002 +@@ -104,9 +104,9 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map +-.ELSE ++.ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map + .ENDIF + |