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-1.1-devel/files/patch-connectivity::source::drivers::dbase::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-1.1-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk b/editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk new file mode 100644 index 000000000000..74b9c46489ac --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Sat Mar 2 20:45:45 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Sat Mar 2 20:45:27 2002 +@@ -117,7 +117,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map |