diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-08-19 12:10:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-08-19 12:10:14 +0000 |
commit | e68108efb85528d2e4cf92715d749dbc31adb585 (patch) | |
tree | cf51edc082a72384c38ce42b7a39f5837d928750 /editors/openoffice.org-3-RC/files/patch-i66065 | |
parent | Remove two warnings of portlint (diff) |
Update to OOD680_m1.
This is the snapshot from release branch of OOo.
http://development.openoffice.org/releases/2.0.OOD_m1_snapshot.html
This branch will become 2.0.4, thus I set version number for this
release as 2.0.4.m1.
According to Martin H.
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=9787
we again use OOo_2.0.1_source.tar.gz for the filename
which is the same as 2.0.1 release.
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-i66065')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i66065 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i66065 b/editors/openoffice.org-3-RC/files/patch-i66065 deleted file mode 100644 index 9d97beea1ca3..000000000000 --- a/editors/openoffice.org-3-RC/files/patch-i66065 +++ /dev/null @@ -1,29 +0,0 @@ ---- tools/inc/inetdef.hxx.orig Fri Sep 9 09:42:51 2005 -+++ tools/inc/inetdef.hxx Thu May 25 18:31:02 2006 -@@ -65,7 +65,9 @@ - #elif defined LINUX && defined X86 - #define TOOLS_INETDEF_OS "Linux" - #elif defined FREEBSD && defined X86 --#define TOOLS_INETDEF_OS "FreeBSD" -+#define TOOLS_INETDEF_OS "FreeBSD/i386" -+#elif defined FREEBSD && defined X86_64 -+#define TOOLS_INETDEF_OS "FreeBSD/amd64" - #elif defined SINIX - #define TOOLS_INETDEF_OS "SINIX" - #elif defined IRIX ---- tools/inc/solar.h.orig Wed Apr 26 16:42:59 2006 -+++ tools/inc/solar.h Thu May 25 18:37:19 2006 -@@ -397,9 +397,12 @@ - #elif defined LINUX && defined __x86_64__ - #define __DLLEXTENSION "lx.so" - #define SYSTEM_ID SYSTEM_UNXLNXX --#elif defined FREEBSD -+#elif defined FREEBSD && defined X86 - #define __DLLEXTENSION "fi.so" - #define SYSTEM_ID SYSTEM_UNXFBSDI -+#elif defined FREEBSD && defined X86_64 -+ #define __DLLEXTENSION "fx.so" -+ #define SYSTEM_ID SYSTEM_UNXFBSDX - #elif defined IRIX - #define __DLLEXTENSION "im.so" - #define SYSTEM_ID SYSTEM_UNXIRXM |