summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk
blob: 0e8b80a814f24e14203e4b37fd70660456b5fa64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"