diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-03 04:27:00 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-03 04:27:00 +0800 |
commit | 600a7245df0358a7a355857ded2c42c73e6fd4a7 (patch) | |
tree | 8a9193a13713a4b1b8d74baa6da7ee4b7729fe37 /editors/openoffice.org-2/files/patch-connectivity::source::drivers::jdbc::makefile.mk | |
parent | bbe7e3ebb2d8160d53548e8022bb30e72f8e3d5c (diff) | |
download | freebsd-ports-gnome-600a7245df0358a7a355857ded2c42c73e6fd4a7.tar.gz freebsd-ports-gnome-600a7245df0358a7a355857ded2c42c73e6fd4a7.tar.zst freebsd-ports-gnome-600a7245df0358a7a355857ded2c42c73e6fd4a7.zip |
Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
More will follow
Diffstat (limited to 'editors/openoffice.org-2/files/patch-connectivity::source::drivers::jdbc::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2/files/patch-connectivity::source::drivers::jdbc::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-connectivity::source::drivers::jdbc::makefile.mk b/editors/openoffice.org-2/files/patch-connectivity::source::drivers::jdbc::makefile.mk new file mode 100644 index 000000000000..397cc6777421 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-connectivity::source::drivers::jdbc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Sat Mar 2 20:54:27 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Sat Mar 2 20:54:52 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map |