diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-03 07:48:28 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-03 07:48:28 +0800 |
commit | ba58ca7d8f5b71f4b26af356ceaf0fa9792ae9b0 (patch) | |
tree | 2723dbe8aecb0990efe51f9d6d27a349b95ac95c /editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk | |
parent | d09cbce6f0fb452d317e12766f8904103c35807f (diff) | |
download | freebsd-ports-gnome-ba58ca7d8f5b71f4b26af356ceaf0fa9792ae9b0.tar.gz freebsd-ports-gnome-ba58ca7d8f5b71f4b26af356ceaf0fa9792ae9b0.tar.zst freebsd-ports-gnome-ba58ca7d8f5b71f4b26af356ceaf0fa9792ae9b0.zip |
Upgrade to build 641d. More work is necessary to make the build compile.
There are still at least two different gcc bugs in our compiler, one
issue has already been found by Alexander Kabaev <ak03@gte.com>. He's
working on fixing the other.
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk deleted file mode 100644 index 3bf23f9b6a5d..000000000000 --- a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../connectivity/source/drivers/file/makefile.mk.orig Sat Mar 2 20:47:37 2002 -+++ ../connectivity/source/drivers/file/makefile.mk Sat Mar 2 20:48:04 2002 -@@ -112,7 +112,7 @@ - $(SLO)$/fanalyzer.obj \ - $(SLO)$/fcomp.obj - --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map - .ELSE - #SHL1VERSIONMAP=$(TARGET).map |