summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-11-01 18:42:49 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-11-01 18:42:49 +0000
commit2ac36c83e6546b267c775b98646268407b87bae0 (patch)
tree1f81b3b8352b4420c152a080bc9a791895d0b935 /media-gfx/asymptote/files
parentStable on ppc wrt bug 244531 (diff)
downloadhistorical-2ac36c83e6546b267c775b98646268407b87bae0.tar.gz
historical-2ac36c83e6546b267c775b98646268407b87bae0.tar.bz2
historical-2ac36c83e6546b267c775b98646268407b87bae0.zip
Version
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r--media-gfx/asymptote/files/asymptote-1.47-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.44-configure-ac.patch)15
-rw-r--r--media-gfx/asymptote/files/asymptote-1.47-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.44-xdg-utils.patch)6
2 files changed, 11 insertions, 10 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.44-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.47-configure-ac.patch
index 94f5f28b3b14..ab5124bfc3a9 100644
--- a/media-gfx/asymptote/files/asymptote-1.44-configure-ac.patch
+++ b/media-gfx/asymptote/files/asymptote-1.47-configure-ac.patch
@@ -1,6 +1,6 @@
-diff -U2 -r asymptote-1.44.orig/configure.ac asymptote-1.44/configure.ac
---- asymptote-1.44.orig/configure.ac 2008-10-06 17:23:34.000000000 +0700
-+++ asymptote-1.44/configure.ac 2008-10-09 20:48:59.000000000 +0700
+diff -r -U2 asymptote-1.47.orig/configure.ac asymptote-1.47/configure.ac
+--- asymptote-1.47.orig/configure.ac 2008-10-23 14:06:31.000000000 +0700
++++ asymptote-1.47/configure.ac 2008-11-02 03:57:58.000000000 +0600
@@ -77,8 +77,14 @@
fi
@@ -35,23 +35,24 @@ diff -U2 -r asymptote-1.44.orig/configure.ac asymptote-1.44/configure.ac
+ [with_sigsegv=$withval],
+ [with_sigsegv="no"])
+if test "$with_sigsegv" = "yes"; then
-+AC_CHECK_HEADER(sigsegv.h,
++AC_CHECK_HEADER([sigsegv.h],
+ AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
+ AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
+fi
AC_CHECK_LIB([readline], [rl_completion_matches],,
-@@ -200,4 +215,9 @@
+@@ -200,9 +215,15 @@
AC_MSG_WARN([*** Broken rpc headers; XDR support disabled ***]))
+-AC_CHECK_HEADER(gsl/gsl_sf.h,
+AC_ARG_WITH(gsl,
+ [ --with-gsl use gsl libraries],
+ [with_gsl=$withval],
+ [with_gsl="no"])
+if test "$with_gsl" = "yes"; then
- AC_CHECK_HEADER(gsl/gsl_sf.h,
++AC_CHECK_HEADER([gsl/gsl_sf.h],
AC_CHECK_LIB([gsl], gsl_sf_Si, [AC_DEFINE(HAVE_LIBGSL, 1,
-@@ -205,4 +225,5 @@
+ [Define to 1 if you have the 'gsl' library (-lgsl). ]) LIBS=$LIBS"-lgsl -lgslcblas "],
AC_MSG_NOTICE([*** Could not find libgsl: will compile without optional special functions. ***]),[-lgslcblas]),
AC_MSG_NOTICE([*** Header file gsl_sf.h not found: will compile without optional special functions. ***]))
+fi
diff --git a/media-gfx/asymptote/files/asymptote-1.44-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.47-xdg-utils.patch
index 4ff8323edbbc..f261af66529d 100644
--- a/media-gfx/asymptote/files/asymptote-1.44-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-1.47-xdg-utils.patch
@@ -1,6 +1,6 @@
-diff -U2 -r asymptote-1.44.orig/settings.cc asymptote-1.44/settings.cc
---- asymptote-1.44.orig/settings.cc 2008-10-06 17:16:51.000000000 +0700
-+++ asymptote-1.44/settings.cc 2008-10-09 20:53:22.000000000 +0700
+diff -r -U2 asymptote-1.47.orig/settings.cc asymptote-1.47/settings.cc
+--- asymptote-1.47.orig/settings.cc 2008-10-23 14:06:15.000000000 +0700
++++ asymptote-1.47/settings.cc 2008-11-02 03:51:08.000000000 +0600
@@ -81,12 +81,12 @@
const char *HOME="HOME";
const char pathSeparator=':';