diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-07-08 16:16:47 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-07-08 16:16:47 +0000 |
commit | 6d84dec949fa9a4c40d26ad4b1556a355eea20b1 (patch) | |
tree | d55689213f95972d84d0228392bafdcfb5161fd1 /media-gfx/asymptote/files | |
parent | Bump to 0.14, fixes bug 276931 and bug 275634 (diff) | |
download | gentoo-2-6d84dec949fa9a4c40d26ad4b1556a355eea20b1.tar.gz gentoo-2-6d84dec949fa9a4c40d26ad4b1556a355eea20b1.tar.bz2 gentoo-2-6d84dec949fa9a4c40d26ad4b1556a355eea20b1.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.80-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch) | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch) | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch index 3d1d5f4d9650..7a3ed3524fa3 100644 --- a/media-gfx/asymptote/files/asymptote-1.78-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.80-configure-ac.patch @@ -1,7 +1,7 @@ -Index: asymptote-1.78/configure.ac +Index: asymptote-1.80/configure.ac =================================================================== ---- asymptote-1.78.orig/configure.ac -+++ asymptote-1.78/configure.ac +--- asymptote-1.80.orig/configure.ac ++++ asymptote-1.80/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.78-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch index 5792c91b892c..253b546d67c7 100644 --- a/media-gfx/asymptote/files/asymptote-1.78-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.80-xdg-utils.patch @@ -1,10 +1,10 @@ -Index: asymptote-1.78/settings.cc +Index: asymptote-1.80/settings.cc =================================================================== ---- asymptote-1.78.orig/settings.cc -+++ asymptote-1.78/settings.cc -@@ -83,15 +83,15 @@ const bool haveglut=false; +--- asymptote-1.80.orig/settings.cc ++++ asymptote-1.80/settings.cc +@@ -81,15 +81,15 @@ const bool haveglut=false; bool msdos=false; - const char *HOME="HOME"; + string HOME="HOME"; const char pathSeparator=':'; -string defaultPSViewer="gv"; +string defaultPSViewer="xdg-open"; |