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

RevLine 
[12272]1--- settings.cc.orig    2016-11-15 10:39:44.419656094 +0900
2+++ settings.cc 2016-11-15 10:41:51.958651237 +0900
3@@ -91,11 +91,11 @@
[5239]4 string HOME="HOME";
5 string docdir=ASYMPTOTE_DOCDIR;
6 const char pathSeparator=':';
7-string defaultPSViewer="gv";
8+string defaultPSViewer="evince";
9 #ifdef __APPLE__
10 string defaultPDFViewer="open";
11 #else 
12-string defaultPDFViewer="acroread";
13+string defaultPDFViewer="evince";
14 #endif 
15 string defaultGhostscript="gs";
[12272]16 string defaultGhostscriptLibrary="/usr/lib/libgs.so";
17@@ -707,7 +707,8 @@
[5239]18   bool getOption() {
19     string str=optarg;
20     
21-    if(str == "latex" || str == "pdflatex" || str == "xelatex" ||
[12272]22+    if(str == "platex" ||
[5239]23+       str == "latex" || str == "pdflatex" || str == "xelatex" ||
[12272]24        str == "tex" || str == "pdftex" || str == "luatex" ||
25        str == "lualatex" || str == "context" || str == "none") {
[5239]26       value=str;
Note: See TracBrowser for help on using the repository browser.