summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-18 22:41:42 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-18 22:41:42 +0000
commit5f6e7f6949fe1fba17b53a04af5b465f19b9b17d (patch)
tree336b116c7090225344e575c81b023f12aef39c5b /editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx
parent* add 2 missing man pages (diff)
First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix. As you may see the patchnames are very long, but that makes maintaining patches a lot easier.
Notes
Notes: svn path=/head/; revision=68299
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx b/editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx
new file mode 100644
index 000000000000..98f6ad2f7567
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-setup2::source::compiler::decltor.cxx
@@ -0,0 +1,20 @@
+--- ../setup2/source/compiler/decltor.cxx.orig Sun Jul 21 00:25:00 2002
++++ ../setup2/source/compiler/decltor.cxx Sun Jul 21 00:24:06 2002
+@@ -304,6 +304,7 @@
+ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_SOLSG ||
+ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_SOLIG ||
+ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_LINUX ||
++ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_FREEBSD ||
+ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_HP ||
+ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_SCO;
+ }
+--- ../setup2/source/compiler/fields.cxx.orig Sun Jul 21 00:25:42 2002
++++ ../setup2/source/compiler/fields.cxx Sun Jul 21 00:25:45 2002
+@@ -105,6 +105,7 @@
+ char const VALUE_YES_IF_HPUX_HP9000[] = "YES_IF_HPUX_HP9000";
+ char const VALUE_YES_IF_AIX_RS6000[] = "YES_IF_AIX_RS6000";
+ char const VALUE_YES_IF_LINUX_X86[] = "YES_IF_LINUX_X86";
++char const VALUE_YES_IF_FREEBSD_X86[] = "YES_IF_FREEBSD_X86";
+ char const VALUE_KEEP_OLD_VERSION[] = "KEEP_OLD_VERSION";
+ char const VALUE_NETWORK[] = "NETWORK";
+ char const VALUE_NO[] = "NO";