summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2010-06-20 06:51:46 +0000
committerAndrey Grozin <grozin@gentoo.org>2010-06-20 06:51:46 +0000
commite0c9097aa854c4d6c359166e8f98c9ac46fad0b5 (patch)
tree8a806bc7aaf18d6e83f29ff15cc55681308a630e /media-gfx/asymptote/files
parentVersion bump. (diff)
downloadhistorical-e0c9097aa854c4d6c359166e8f98c9ac46fad0b5.tar.gz
historical-e0c9097aa854c4d6c359166e8f98c9ac46fad0b5.tar.bz2
historical-e0c9097aa854c4d6c359166e8f98c9ac46fad0b5.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.99-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.96-configure-ac.patch)10
-rw-r--r--media-gfx/asymptote/files/asymptote-1.99-info.patch (renamed from media-gfx/asymptote/files/asymptote-1.96-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.96-xdg-utils.patch)6
3 files changed, 11 insertions, 11 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.96-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch
index fb10d0a0bb0f..5db84921c0ab 100644
--- a/media-gfx/asymptote/files/asymptote-1.96-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.99-configure-ac.patch
@@ -1,8 +1,8 @@
-Index: asymptote-1.96/configure.ac
+Index: asymptote-1.99/configure.ac
===================================================================
---- asymptote-1.96.orig/configure.ac
-+++ asymptote-1.96/configure.ac
-@@ -148,7 +148,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
+--- asymptote-1.99.orig/configure.ac
++++ asymptote-1.99/configure.ac
+@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
@@ -11,7 +11,7 @@ Index: asymptote-1.96/configure.ac
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
-@@ -215,7 +215,17 @@ AC_MSG_ERROR([*** Please install libm on
+@@ -218,7 +218,17 @@ AC_MSG_ERROR([*** Please install libm on
AC_CHECK_LIB([z], [deflate],,
AC_MSG_ERROR([*** Please install libz on your system ***]))
AC_CHECK_LIB([pthread], [pthread_create])
diff --git a/media-gfx/asymptote/files/asymptote-1.96-info.patch b/media-gfx/asymptote/files/asymptote-1.99-info.patch
index 4ed147f8e2d6..5c24cb84d24e 100644
--- a/media-gfx/asymptote/files/asymptote-1.96-info.patch
+++ b/media-gfx/asymptote/files/asymptote-1.99-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.96/doc/asymptote.texi
+Index: asymptote-1.99/doc/asymptote.texi
===================================================================
---- asymptote-1.96.orig/doc/asymptote.texi
-+++ asymptote-1.96/doc/asymptote.texi
+--- asymptote-1.99.orig/doc/asymptote.texi
++++ asymptote-1.99/doc/asymptote.texi
@@ -21,7 +21,7 @@ file LICENSE in the top-level source dir
@dircategory Languages
diff --git a/media-gfx/asymptote/files/asymptote-1.96-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch
index 1f207bdd72d8..6b8e5e5bfc02 100644
--- a/media-gfx/asymptote/files/asymptote-1.96-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.99-xdg-utils.patch
@@ -1,7 +1,7 @@
-Index: asymptote-1.96/settings.cc
+Index: asymptote-1.99/settings.cc
===================================================================
---- asymptote-1.96.orig/settings.cc
-+++ asymptote-1.96/settings.cc
+--- asymptote-1.99.orig/settings.cc
++++ asymptote-1.99/settings.cc
@@ -89,14 +89,14 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;