diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-04-02 23:48:28 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-04-02 23:48:28 +0000 |
commit | a31c45a0b4b17f5d096eed1898c2707ee051cbfc (patch) | |
tree | 9c56cf569b60a5bc10df486b70071e922ead482f /editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk | |
parent | Fix cups support. (diff) |
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-cppu::util::makefile.mk')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk deleted file mode 100644 index 3b98552a36c6..000000000000 --- a/editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../cppu/util/makefile.mk.orig Sat Mar 2 21:05:22 2002 -+++ ../cppu/util/makefile.mk Sat Mar 2 21:05:43 2002 -@@ -87,7 +87,9 @@ - SHL1IMPLIB= i$(TARGET) - SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - DEF1NAME= $(SHL1TARGET) - #DEF1EXPORTFILE= exports.dxp |