summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk17
1 files changed, 11 insertions, 6 deletions
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
index 0e8b80a814f2..9cfdc1b27978 100644
--- 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
@@ -1,11 +1,16 @@
---- ../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 @@
+--- ../vcl/unx/source/gdi/native-msgbox/makefile.mk.orig Thu Feb 20 18:29:08 2003
++++ ../vcl/unx/source/gdi/native-msgbox/makefile.mk Wed Mar 5 19:25:00 2003
+@@ -75,8 +75,12 @@
- # --- Files --------------------------------------------------------
+ HASGNOME2=
--.IF "$(OS)$(CPU)"=="LINUXI"
-+.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
+-.IF "$(OS)$(CPU)"=="LINUXI" || "$(OS)$(CPU)"=="FREEBSDI"
++.IF "$(OS)$(CPU)"=="LINUXI"
MSGBOX_GNOME=msgbox-gnome-linux-intel
++HASGNOME2=TRUE
++.ENDIF
++.IF "$(OS)$(CPU)"=="FREEBSDI"
++MSGBOX_GNOME=msgbox-gnome-freebsd-intel
+ HASGNOME2=TRUE
.ENDIF
.IF "$(OS)$(CPU)"=="SOLARISS"