summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-setup2::source::service::interface.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-3-devel/files/patch-setup2::source::service::interface.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.
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-setup2::source::service::interface.cxx')
-rw-r--r--editors/openoffice-3-devel/files/patch-setup2::source::service::interface.cxx35
1 files changed, 35 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-setup2::source::service::interface.cxx b/editors/openoffice-3-devel/files/patch-setup2::source::service::interface.cxx
new file mode 100644
index 000000000000..8e478e17971d
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-setup2::source::service::interface.cxx
@@ -0,0 +1,35 @@
+--- ../setup2/source/service/interface.cxx.orig Sat Jul 20 23:29:33 2002
++++ ../setup2/source/service/interface.cxx Sat Jul 20 23:30:02 2002
+@@ -126,6 +126,8 @@
+ aExtension = "UNIX_SOLIG";
+ else if( eType == OSType_UNIX_LINUX )
+ aExtension = "UNIX_LINUX";
++ else if( eType == OSType_UNIX_LINUX )
++ aExtension = "UNIX_FREEBSD";
+ else if( eType == OSType_UNIX_HP )
+ aExtension = "UNIX_HP";
+ else if( eType == OSType_UNIX_SCO )
+@@ -238,6 +240,7 @@
+ readOSConfiguration( OSType_UNIX_SOLSG );
+ readOSConfiguration( OSType_UNIX_SOLIG );
+ readOSConfiguration( OSType_UNIX_LINUX );
++ readOSConfiguration( OSType_UNIX_FREEBSD );
+ readOSConfiguration( OSType_UNIX_HP );
+ readOSConfiguration( OSType_UNIX_SCO );
+ fprintf( stdout, "\n" );
+@@ -577,6 +580,7 @@
+ case OSType_UNIX_SOLSG:
+ case OSType_UNIX_SOLIG:
+ case OSType_UNIX_LINUX:
++ case OSType_UNIX_FREEBSD:
+ case OSType_UNIX_HP:
+ case OSType_UNIX_SCO:
+ return ByteString(UNX_README_FILE_NAME);
+@@ -599,6 +603,7 @@
+ case OSType_UNIX_SOLSG:
+ case OSType_UNIX_SOLIG:
+ case OSType_UNIX_LINUX:
++ case OSType_UNIX_FREEBSD:
+ case OSType_UNIX_HP:
+ case OSType_UNIX_SCO:
+ return ByteString(UNX_LICENSE_FILE_NAME);