[ooo-build-commit] Branch 'ooo/master' - graphite/makefile.mk
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Aug 18 18:51:36 PDT 2009
graphite/makefile.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 556d27b8fd9166b1f38d8bda929f9b5a992cc823
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date: Tue Aug 18 14:15:39 2009 +0000
#i10000# only linux / windows
diff --git a/graphite/makefile.mk b/graphite/makefile.mk
index 2346a34..12086bc 100644
--- a/graphite/makefile.mk
+++ b/graphite/makefile.mk
@@ -71,9 +71,13 @@ TARGET=so_graphite
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
-
+.IF "$(OS)"=="WNT" || "$(OS)"=="LINUX"
TARFILE_NAME=silgraphite-2.3.1
PATCH_FILES=graphite-2.3.1.patch
+.ELSE
+dummy:
+ echo Nothing to do for non Linux / Windows here
+.ENDIF
# convert line-endings to avoid problems when patching
CONVERTFILES=\
More information about the ooo-build-commit
mailing list