summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2017-11-01 00:05:28 +0700
committerAndrey Grozin <grozin@gentoo.org>2017-11-01 00:05:28 +0700
commitf426b91b05aca75dcbc09c1f9647a1a08c9a47e5 (patch)
tree9811be498095a1780d163b2b8f8a9a25f79422de /media-gfx/asymptote/files/asymptote-2.36-xdg-utils.patch
parentmedia-gfx/asymptote: patch a perl source to work with perl-5.26 (diff)
downloadgentoo-f426b91b05aca75dcbc09c1f9647a1a08c9a47e5.tar.gz
gentoo-f426b91b05aca75dcbc09c1f9647a1a08c9a47e5.tar.bz2
gentoo-f426b91b05aca75dcbc09c1f9647a1a08c9a47e5.zip
media-gfx/asymptote: cleaning 2.36 and 2.38
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-gfx/asymptote/files/asymptote-2.36-xdg-utils.patch')
-rw-r--r--media-gfx/asymptote/files/asymptote-2.36-xdg-utils.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.36-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.36-xdg-utils.patch
deleted file mode 100644
index 4763a52084e5..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.36-xdg-utils.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: asymptote-2.36/settings.cc
-===================================================================
---- asymptote-2.36.orig/settings.cc
-+++ asymptote-2.36/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="/";