1 This changes the default font from "arial" which we don't have in OpenIndiana to "LiberationSans-Regular".
2 --- gnuplot-4.4.0/term/gd.trm.orig Wed Feb 24 18:29:20 2010
3 +++ gnuplot-4.4.0/term/gd.trm Mon Mar 28 16:41:55 2011
6 png_state.ttffont = gp_strdup(external_default);
7 else /* Might as well try some plausible font; it's no worse than failing immediately */
9 png_state.ttffont = gp_strdup("arial");
11 + png_state.ttffont = gp_strdup("LiberationSans-Regular");
14 free(png_state.default_ttffont);
15 png_state.default_ttffont = gp_strdup(png_state.ttffont);