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-sc::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-sc::util::makefile.mk')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk index d075b7901044..5e42dc2f64f6 100644 --- a/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk +++ b/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk @@ -1,5 +1,5 @@ ---- ../sc/util/makefile.mk.orig Sun Mar 3 01:35:09 2002 -+++ ../sc/util/makefile.mk Sun Mar 3 01:34:53 2002 +--- ../sc/util/makefile.mk.orig Mon Mar 11 21:48:24 2002 ++++ ../sc/util/makefile.mk Wed Apr 3 01:06:57 2002 @@ -105,7 +105,9 @@ # --- StarClac DLL @@ -9,4 +9,4 @@ +.ENDIF SHL1IMPLIB= sci - SHL1STDLIBS= \ + .IF "$(GUI)"=="UNX" |