/[gentoo-x86]/dev-tex/metapost/files/invocname.patch
Gentoo

Contents of /dev-tex/metapost/files/invocname.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Jul 26 11:10:39 2012 UTC (9 months, 3 weeks ago) by aballier
Branch: MAIN
CVS Tags: HEAD
Import upstream fix to build with kpathsea from TeX Live 2011 (without our api compatibility patch).

(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

1 Index: source/texk/web2c/lib/setupvar.c
2 ===================================================================
3 --- source/texk/web2c/lib/setupvar.c (revision 21623)
4 +++ source/texk/web2c/lib/setupvar.c (revision 21624)
5 @@ -23,7 +23,7 @@
6 if (conf_val < 0 || (conf_val == 0 && dflt > 0)) {
7 fprintf (stderr,
8 "%s: Bad value (%ld) in texmf.cnf for %s, keeping %ld.\n",
9 - program_invocation_name,
10 + kpse_invocation_name,
11 (long) conf_val, var_name, (long) dflt);
12 } else {
13 *var = conf_val; /* We'll make further checks later. */

  ViewVC Help
Powered by ViewVC 1.1.13