freebsd-ports/editors/openoffice.org-2.0/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk
2002-10-21 10:36:28 +00:00

11 lines
410 B
Makefile

--- ../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"