summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2010-05-05 19:30:54 +0000
committerAndrey Grozin <grozin@gentoo.org>2010-05-05 19:30:54 +0000
commit443dafbee58e5adb788cd45ffbe620f96190a456 (patch)
tree4bb822739248d1820c7d9ba7cec3fdcf26adeb60 /media-gfx/asymptote/files
parentRevbump (bug #316435). Thanks to Ricardo Salveti (ricardo.salveti@openbossa.o... (diff)
downloadhistorical-443dafbee58e5adb788cd45ffbe620f96190a456.tar.gz
historical-443dafbee58e5adb788cd45ffbe620f96190a456.tar.bz2
historical-443dafbee58e5adb788cd45ffbe620f96190a456.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r--media-gfx/asymptote/files/asymptote-1.94-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.92-configure-ac.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-1.94-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.92-xdg-utils.patch)12
2 files changed, 9 insertions, 9 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.92-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.94-configure-ac.patch
index c9be065665b0..63536e2ab74b 100644
--- a/media-gfx/asymptote/files/asymptote-1.92-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.94-configure-ac.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.92/configure.ac
+Index: asymptote-1.94/configure.ac
===================================================================
---- asymptote-1.92.orig/configure.ac
-+++ asymptote-1.92/configure.ac
+--- asymptote-1.94.orig/configure.ac
++++ asymptote-1.94/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.92-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.94-xdg-utils.patch
index 3e18c60ad452..b8da30b9c6d9 100644
--- a/media-gfx/asymptote/files/asymptote-1.92-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.94-xdg-utils.patch
@@ -1,10 +1,10 @@
-Index: asymptote-1.92/settings.cc
+Index: asymptote-1.94/settings.cc
===================================================================
---- asymptote-1.92.orig/settings.cc
-+++ asymptote-1.92/settings.cc
-@@ -88,14 +88,14 @@ string systemDir=ASYMPTOTE_SYSDIR;
- bool msdos=false;
+--- asymptote-1.94.orig/settings.cc
++++ asymptote-1.94/settings.cc
+@@ -89,14 +89,14 @@ bool msdos=false;
string HOME="HOME";
+ string docdir=ASYMPTOTE_DOCDIR;
const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="xdg-open";
@@ -18,5 +18,5 @@ Index: asymptote-1.92/settings.cc
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
string defaultAnimate="animate";
- string docdir=ASYMPTOTE_DOCDIR;
void queryRegistry() {}
+ const string dirsep="/";