summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-07-19 09:42:01 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-07-19 09:42:01 +0000
commitcdb016aa4aed7d853108c1b31a0384fa6ec906f1 (patch)
tree446a6e748f589e66effef1adcc265e46ae5c25c7 /media-gfx/asymptote/files
parentarm/ia64/sh/sparc stable wrt #275699 (diff)
downloadgentoo-2-cdb016aa4aed7d853108c1b31a0384fa6ec906f1.tar.gz
gentoo-2-cdb016aa4aed7d853108c1b31a0384fa6ec906f1.tar.bz2
gentoo-2-cdb016aa4aed7d853108c1b31a0384fa6ec906f1.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
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() {}