summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-27 09:59:24 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-27 19:40:40 +0100
commit3a1b2781c144b20e24b0915aaf7222660858d36c (patch)
tree7e621e7f195230b7985c25d22a6a063db624160b /media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch
parentsys-apps/iotools: remove unused patches (diff)
downloadgentoo-3a1b2781c144b20e24b0915aaf7222660858d36c.tar.gz
gentoo-3a1b2781c144b20e24b0915aaf7222660858d36c.tar.bz2
gentoo-3a1b2781c144b20e24b0915aaf7222660858d36c.zip
media-gfx/asymtote: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/6654
Diffstat (limited to 'media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch')
-rw-r--r--media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch
deleted file mode 100644
index 2ac59e59f058..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.32-xdg-utils.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: asymptote-2.32/settings.cc
-===================================================================
---- asymptote-2.32.orig/settings.cc
-+++ asymptote-2.32/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="/";