diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-04-17 21:07:19 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-04-17 21:07:19 +0000 |
commit | 54cc7c3a2d3f43c615039bca1f968a16335c69df (patch) | |
tree | 97faf5bb637b735355369904f98dc9df7e53c402 /media-gfx/asymptote/files | |
parent | Depend on Data-FormValidator. Remove the AppleDouble encoded files (#268497) (diff) | |
download | gentoo-2-54cc7c3a2d3f43c615039bca1f968a16335c69df.tar.gz gentoo-2-54cc7c3a2d3f43c615039bca1f968a16335c69df.tar.bz2 gentoo-2-54cc7c3a2d3f43c615039bca1f968a16335c69df.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.91-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.91-xdg-utils.patch) | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.91-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch index 9e1a6fa1267d..c5e5d447182f 100644 --- a/media-gfx/asymptote/files/asymptote-1.91-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.93-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.91/configure.ac +Index: asymptote-1.93/configure.ac =================================================================== ---- asymptote-1.91.orig/configure.ac -+++ asymptote-1.91/configure.ac +--- asymptote-1.93.orig/configure.ac ++++ asymptote-1.93/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.91-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch index b2b2606bed46..51d0e743c2c3 100644 --- a/media-gfx/asymptote/files/asymptote-1.91-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.93-xdg-utils.patch @@ -1,8 +1,8 @@ -Index: asymptote-1.91/settings.cc +Index: asymptote-1.93/settings.cc =================================================================== ---- asymptote-1.91.orig/settings.cc -+++ asymptote-1.91/settings.cc -@@ -86,14 +86,14 @@ mode_t mask; +--- asymptote-1.93.orig/settings.cc ++++ asymptote-1.93/settings.cc +@@ -88,14 +88,14 @@ string systemDir=ASYMPTOTE_SYSDIR; bool msdos=false; string HOME="HOME"; const char pathSeparator=':'; @@ -18,5 +18,5 @@ Index: asymptote-1.91/settings.cc -string defaultDisplay="display"; +string defaultDisplay="xdg-open"; string defaultAnimate="animate"; - string systemDir=ASYMPTOTE_SYSDIR; string docdir=ASYMPTOTE_DOCDIR; + void queryRegistry() {} |