diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 18:36:28 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 18:36:28 +0800 |
commit | dd5ccb83d246b3b2345fdf4344a8fe3dcfcc4711 (patch) | |
tree | e94457b56232f31b605b4f19997c6b22877c7d83 /editors/openoffice-3 | |
parent | 11f913dc1cb03d064f20b76b588923c56ad4bff2 (diff) | |
download | freebsd-ports-gnome-dd5ccb83d246b3b2345fdf4344a8fe3dcfcc4711.tar.gz freebsd-ports-gnome-dd5ccb83d246b3b2345fdf4344a8fe3dcfcc4711.tar.zst freebsd-ports-gnome-dd5ccb83d246b3b2345fdf4344a8fe3dcfcc4711.zip |
Add missing FREEBSDI case.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-vcl+unx+source+gdi+getstyle+makefile.mk | 11 | ||||
-rw-r--r-- | editors/openoffice-3/files/patch-vcl+unx+source+gdi+native-msgbox+makefile.mk | 11 |
2 files changed, 22 insertions, 0 deletions
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" |