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/files/patch-rscpp::cpp.h | |
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/files/patch-rscpp::cpp.h')
-rw-r--r-- | editors/openoffice/files/patch-rscpp::cpp.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice/files/patch-rscpp::cpp.h b/editors/openoffice/files/patch-rscpp::cpp.h deleted file mode 100644 index 751623885bbd..000000000000 --- a/editors/openoffice/files/patch-rscpp::cpp.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ../rscpp/cpp.h.orig Fri Mar 1 00:15:54 2002 -+++ ../rscpp/cpp.h Fri Mar 1 00:15:56 2002 -@@ -462,7 +462,9 @@ - extern char *strrchr(); - extern char *strchr(); - #if ! ( defined UNX && defined ALPHA ) -+#if ! ( defined FREEBSD ) - extern long time(); -+#endif - #endif - /* extern char *sprintf(); */ /* Lint needs this */ - |