From e68108efb85528d2e4cf92715d749dbc31adb585 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 19 Aug 2006 12:10:14 +0000 Subject: 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. --- editors/openoffice.org-3-RC/files/patch-i66065 | 29 -------------------------- 1 file changed, 29 deletions(-) delete mode 100644 editors/openoffice.org-3-RC/files/patch-i66065 (limited to 'editors/openoffice.org-3-RC/files/patch-i66065') 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 -- cgit v1.2.3