aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fontconfig/fontconfig-2.2.95/fc-lang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fontconfig/fontconfig-2.2.95/fc-lang.patch')
-rw-r--r--recipes/fontconfig/fontconfig-2.2.95/fc-lang.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/fontconfig/fontconfig-2.2.95/fc-lang.patch b/recipes/fontconfig/fontconfig-2.2.95/fc-lang.patch
new file mode 100644
index 0000000000..d08242a377
--- /dev/null
+++ b/recipes/fontconfig/fontconfig-2.2.95/fc-lang.patch
@@ -0,0 +1,18 @@
+--- fontconfig/fc-lang/Makefile.am~ 2004-04-14 17:06:36.000000000 +0100
++++ fontconfig/fc-lang/Makefile.am 2004-05-15 11:22:44.000000000 +0100
+@@ -27,6 +27,7 @@
+ TMPL=fclang.tmpl.h
+ STMPL=${top_srcdir}/fc-lang/fclang.tmpl.h
+ TARG=fclang.h
++FC_LANG=./fc-lang
+
+ noinst_PROGRAMS=fc-lang
+
+@@ -40,6 +41,6 @@
+
+ $(TARG):$(ORTH) fc-lang $(STMPL)
+ rm -f $(TARG)
+- ./fc-lang -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG)
++ $(FC_LANG) -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG)
+
+ CLEANFILES=$(TARG)