diff options
Diffstat (limited to 'media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch')
-rw-r--r-- | media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch deleted file mode 100644 index 1be4a4b89435..000000000000 --- a/media-gfx/asymptote/files/asymptote-2.27-xdg-utils.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: asymptote-2.27/settings.cc -=================================================================== ---- asymptote-2.27.orig/settings.cc -+++ asymptote-2.27/settings.cc -@@ -90,15 +90,15 @@ bool msdos=false; - string HOME="HOME"; - string docdir=ASYMPTOTE_DOCDIR; - const char pathSeparator=':'; --string defaultPSViewer="gv"; -+string defaultPSViewer="xdg-open"; - #ifdef __APPLE__ - string defaultPDFViewer="open"; - #else --string defaultPDFViewer="acroread"; -+string defaultPDFViewer="xdg-open"; - #endif - string defaultGhostscript="gs"; - string defaultGhostscriptLibrary="/usr/lib/libgs.so"; --string defaultDisplay="display"; -+string defaultDisplay="xdg-open"; - string defaultAnimate="animate"; - void queryRegistry() {} - const string dirsep="/"; |