source: projects/specs/trunk/a/asymptote/asymptote-2.00-settings-vine-vl7.patch @ 12272

Revision 12272, 887 bytes checked in by ara_t, 5 years ago (diff)

asymptote: rebuild with current VineSeed environment

  • settings.cc

    old new  
    9191string HOME="HOME"; 
    9292string docdir=ASYMPTOTE_DOCDIR; 
    9393const char pathSeparator=':'; 
    94 string defaultPSViewer="gv"; 
     94string defaultPSViewer="evince"; 
    9595#ifdef __APPLE__ 
    9696string defaultPDFViewer="open"; 
    9797#else   
    98 string defaultPDFViewer="acroread"; 
     98string defaultPDFViewer="evince"; 
    9999#endif   
    100100string defaultGhostscript="gs"; 
    101101string defaultGhostscriptLibrary="/usr/lib/libgs.so"; 
     
    707707  bool getOption() { 
    708708    string str=optarg; 
    709709     
    710     if(str == "latex" || str == "pdflatex" || str == "xelatex" || 
     710    if(str == "platex" || 
     711       str == "latex" || str == "pdflatex" || str == "xelatex" || 
    711712       str == "tex" || str == "pdftex" || str == "luatex" || 
    712713       str == "lualatex" || str == "context" || str == "none") { 
    713714      value=str; 
Note: See TracBrowser for help on using the repository browser.