diff options
Diffstat (limited to 'recipes/fontconfig/fontconfig-2.3.91/fc-lang.patch')
-rw-r--r-- | recipes/fontconfig/fontconfig-2.3.91/fc-lang.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/fontconfig/fontconfig-2.3.91/fc-lang.patch b/recipes/fontconfig/fontconfig-2.3.91/fc-lang.patch new file mode 100644 index 0000000000..533f3249a8 --- /dev/null +++ b/recipes/fontconfig/fontconfig-2.3.91/fc-lang.patch @@ -0,0 +1,18 @@ +--- /tmp/Makefile.am 2006-04-25 15:47:49.313035880 +0200 ++++ fontconfig-2.3.94/fc-lang/Makefile.am 2006-04-25 15:48:22.807943880 +0200 +@@ -31,6 +31,7 @@ + TMPL=fclang.tmpl.h + STMPL=${top_srcdir}/fc-lang/fclang.tmpl.h + TARG=fclang.h ++FC_LANG=./fc-lang + + noinst_PROGRAMS=fc-lang + +@@ -44,6 +45,6 @@ + + $(TARG):$(ORTH) fc-lang${EXEEXT} $(STMPL) + rm -f $(TARG) +- ./fc-lang${EXEEXT} -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG) ++ $(FC_LANG)${EXEEXT} -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG) + + CLEANFILES=$(TARG) |