Ticket #33596: patch-src-variable_c.diff

File patch-src-variable_c.diff, 544 bytes (added by mojca (Mojca Miklavec), 12 years ago)

update patchfile (line offset); contents should eventually be sent to gnuplot dev team

  • src/variable.c

    old new  
    250250};
    251251#endif
    252252
    253 #if defined(_Macintosh) && !defined(FONTPATHSET)
     253#if defined(__APPLE__) && !defined(FONTPATHSET)
    254254#  define FONTPATHSET
    255255static const struct path_table fontpath_tbl[] =
    256256{
    257     { "/System/Library/Fonts!" },
    258     { "/Library/Fonts!" },
    259     { "$(HOME)/Library/Fonts!" },
     257    { "/System/Library/Fonts" },
     258    { "/Library/Fonts" },
     259    { "$(HOME)/Library/Fonts" },
    260260    { NULL }
    261261};
    262262#endif