summaryrefslogtreecommitdiffstats
path: root/meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-05-27 21:21:56 +0000
committerRoss Burton <ross@openedhand.com>2007-05-27 21:21:56 +0000
commitc2d22f0f36980eecc7cf2ad818a5033476614bfc (patch)
treef8757313ecb270561d4db708a77822060bf5c0b1 /meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch
parentccbf0edf458fe87c204a27a3085c2e89ca82deb1 (diff)
downloadpoky-c2d22f0f36980eecc7cf2ad818a5033476614bfc.tar.gz
Upgrade fontconfig to 2.4.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1790 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch')
-rw-r--r--meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch b/meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch
deleted file mode 100644
index d08242a377..0000000000
--- a/meta/packages/fontconfig/fontconfig-2.2.95/fc-lang.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1--- fontconfig/fc-lang/Makefile.am~ 2004-04-14 17:06:36.000000000 +0100
2+++ fontconfig/fc-lang/Makefile.am 2004-05-15 11:22:44.000000000 +0100
3@@ -27,6 +27,7 @@
4 TMPL=fclang.tmpl.h
5 STMPL=${top_srcdir}/fc-lang/fclang.tmpl.h
6 TARG=fclang.h
7+FC_LANG=./fc-lang
8
9 noinst_PROGRAMS=fc-lang
10
11@@ -40,6 +41,6 @@
12
13 $(TARG):$(ORTH) fc-lang $(STMPL)
14 rm -f $(TARG)
15- ./fc-lang -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG)
16+ $(FC_LANG) -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG)
17
18 CLEANFILES=$(TARG)