summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk11
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk11
34 files changed, 374 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
new file mode 100644
index 000000000000..0f2c20433de9
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/getstyle/makefile.mk.orig Sat Oct 19 19:11:55 2002
++++ ../vcl/unx/source/gdi/getstyle/makefile.mk Sat Oct 19 19:11:58 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ GETSTYLE_GNOME=getstyle-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"
diff --git a/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
new file mode 100644
index 000000000000..0e8b80a814f2
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Sat Oct 19 19:22:47 2002
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Sat Oct 19 19:23:03 2002
+@@ -73,7 +73,7 @@
+
+ # --- Files --------------------------------------------------------
+
+-.IF "$(OS)$(CPU)"=="LINUXI"
++.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+ MSGBOX_GNOME=msgbox-gnome-linux-intel
+ .ENDIF
+ .IF "$(OS)$(CPU)"=="SOLARISS"