From 91a8d7bf04688fe2c3fcc7c385d109a6778ce4d2 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 16 May 2011 20:04:12 +0200 Subject: Revert "And the makefiles" caused many build problems on Windows; too late to do this change This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e. --- graphite/graphite_make.patch | 4 ++-- graphite/makefile.mk | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'graphite') diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch index 6db7758820c5..f28ed6da8ff7 100644 --- a/graphite/graphite_make.patch +++ b/graphite/graphite_make.patch @@ -1,5 +1,5 @@ ---- misc/build/graphite2-0.9.4/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700 -+++ misc/build/graphite2-0.9.4/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700 +--- misc/build/graphite2-0.9.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700 ++++ misc/build/graphite2-0.9.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700 @@ -1,1 +1,54 @@ -dummy +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE diff --git a/graphite/makefile.mk b/graphite/makefile.mk index 8369080b5fef..e580b405b63a 100644 --- a/graphite/makefile.mk +++ b/graphite/makefile.mk @@ -45,9 +45,9 @@ all: # --- Files -------------------------------------------------------- .IF "$(ENABLE_GRAPHITE)"=="TRUE" -TARFILE_NAME=graphite2-0.9.4 -TARFILE_MD5=1a5ae56d15e704a709010c5478fdf384 -PATCH_FILES= graphite2-0.9.4.patch \ +TARFILE_NAME=graphite2-0.9.2 +TARFILE_MD5=0625a7d661f899a8ce263fc8a9879108 +PATCH_FILES= graphite2-0.9.2.patch \ graphite_make.patch ADDITIONAL_FILES= \ -- cgit