diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-05-16 20:04:12 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-05-16 20:04:12 +0200 |
commit | 91a8d7bf04688fe2c3fcc7c385d109a6778ce4d2 (patch) | |
tree | 9e1c62c35b0e6e0ecfe989a104bbb16206b40173 /graphite | |
parent | c1b808f4ee94f2b352d2cc58b39aea0ae59f6812 (diff) |
Revert "And the makefiles"
caused many build problems on Windows; too late to do this change
This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e.
Diffstat (limited to 'graphite')
-rw-r--r-- | graphite/graphite_make.patch | 4 | ||||
-rw-r--r-- | graphite/makefile.mk | 6 |
2 files changed, 5 insertions, 5 deletions
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= \ |