diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-07-24 05:36:08 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-07-24 05:36:08 +0000 |
commit | 05ec1f9def6113cb8fe08f5304e7229bdb5369bd (patch) | |
tree | 2c891d8770e92132f36d05f8024d956170418788 /media-gfx/asymptote/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-05ec1f9def6113cb8fe08f5304e7229bdb5369bd.tar.gz gentoo-2-05ec1f9def6113cb8fe08f5304e7229bdb5369bd.tar.bz2 gentoo-2-05ec1f9def6113cb8fe08f5304e7229bdb5369bd.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.82-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch) | 11 |
2 files changed, 8 insertions, 9 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch index 7a3ed3524fa3..bd84ab4857a5 100644 --- a/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.82-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.80/configure.ac +Index: asymptote-1.82/configure.ac =================================================================== ---- asymptote-1.80.orig/configure.ac -+++ asymptote-1.80/configure.ac +--- asymptote-1.82.orig/configure.ac ++++ asymptote-1.82/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.80-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch index 253b546d67c7..522fc5f8cfc2 100644 --- a/media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.82-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.80/settings.cc +Index: asymptote-1.82/settings.cc =================================================================== ---- asymptote-1.80.orig/settings.cc -+++ asymptote-1.80/settings.cc -@@ -81,15 +81,15 @@ const bool haveglut=false; +--- asymptote-1.82.orig/settings.cc ++++ asymptote-1.82/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.80/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() {} |