diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-29 16:23:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-29 16:23:59 +0000 |
commit | 7988eb8020ca04bb8b6f8f00bbb734c4d2f1e7fd (patch) | |
tree | 93da3bcf9e8ceadbd678c45fdff2cdd59295f364 /editors/openoffice.org-3-devel | |
parent | 0dcdd0d4ce9023d2b37a29bf4657ff3c76fe288a (diff) | |
download | ports-7988eb8020ca04bb8b6f8f00bbb734c4d2f1e7fd.tar.gz ports-7988eb8020ca04bb8b6f8f00bbb734c4d2f1e7fd.zip |
Disable mozilla connectivity.
This patch is not needed anymore. informative purpose.
(mozilla 1.4 will be `official' and some time lag is needed for
enabling new mozilla)
obtained by Volker Quetschke
See for details:
http://www.openoffice.org/issues/show_bug.cgi?id=18066
Notes
Notes:
svn path=/head/; revision=87985
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/moz-scp+source+office+files.scp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/moz-scp+source+office+files.scp b/editors/openoffice.org-3-devel/files/moz-scp+source+office+files.scp new file mode 100644 index 000000000000..c0852e9168c1 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/moz-scp+source+office+files.scp @@ -0,0 +1,34 @@ +Index: scp/source/office/files.scp +=================================================================== +RCS file: /cvs/installation/scp/source/office/files.scp,v +retrieving revision 1.369.10.1 +diff -u -r1.369.10.1 files.scp +--- scp/source/office/files.scp 1 Aug 2003 12:14:45 -0000 1.369.10.1 ++++ scp/source/office/files.scp 20 Aug 2003 11:45:05 -0000 +@@ -388,7 +388,7 @@ + Styles = (PACKED); + End + +-#ifndef MACOSX ++#if !(defined(MACOSX) || defined(FREEBSD)) + File GID_FILE_LIB_MOZABDRV + TXT_FILE_BODY; + #ifdef UNX +@@ -750,7 +750,7 @@ + #endif + End + +-#ifndef MACOSX ++#if !(defined(MACOSX) || defined(FREEBSD)) + File GID_FILE_LIB_MOZAB_2 + TXT_FILE_BODY; + Styles = (PACKED,UNO_COMPONENT); +@@ -3184,7 +3184,7 @@ + + #endif + // of #ifdef SOLAR_JAVA +-#ifndef MACOSX ++#if !(defined(MACOSX) || defined(FREEBSD)) + File GID_FILE_MOZILLA_RUNTIME + TXT_FILE_BODY; + Styles = (ARCHIVE); |