summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r--media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch)11
2 files changed, 8 insertions, 9 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch
index 2a9ff1c596dd..24f87cf4c4c6 100644
--- a/media-gfx/asymptote/files/asymptote-1.79-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.81-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.79/configure.ac
+Index: asymptote-1.81/configure.ac
===================================================================
---- asymptote-1.79.orig/configure.ac
-+++ asymptote-1.79/configure.ac
+--- asymptote-1.81.orig/configure.ac
++++ asymptote-1.81/configure.ac
@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
diff --git a/media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch
index 66ae847302bc..42fa24cc56ae 100644
--- a/media-gfx/asymptote/files/asymptote-1.79-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.81-xdg-utils.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.79/settings.cc
+Index: asymptote-1.81/settings.cc
===================================================================
---- asymptote-1.79.orig/settings.cc
-+++ asymptote-1.79/settings.cc
-@@ -80,15 +80,15 @@ const bool haveglut=false;
+--- asymptote-1.81.orig/settings.cc
++++ asymptote-1.81/settings.cc
+@@ -82,14 +82,14 @@ mode_t mask;
bool msdos=false;
string HOME="HOME";
const char pathSeparator=':';
@@ -15,9 +15,8 @@ Index: asymptote-1.79/settings.cc
+string defaultPDFViewer="xdg-open";
#endif
string defaultGhostscript="gs";
- string defaultPython;
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
+ string defaultAnimate="animate";
string systemDir=ASYMPTOTE_SYSDIR;
string docdir=ASYMPTOTE_DOCDIR;
- void queryRegistry() {}