diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-11-26 17:57:10 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-11-26 17:57:10 +0000 |
commit | 015ca55c638d6ab4a646ce6e71732372df158d92 (patch) | |
tree | 025602f442cd1594f81e0b907ebef4aabe32ac9c /media-gfx/asymptote/files | |
parent | Respect CC variable, bug 243666 (diff) | |
download | gentoo-2-015ca55c638d6ab4a646ce6e71732372df158d92.tar.gz gentoo-2-015ca55c638d6ab4a646ce6e71732372df158d92.tar.bz2 gentoo-2-015ca55c638d6ab4a646ce6e71732372df158d92.zip |
Version bump
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.52-configure-ac.patch (renamed from media-gfx/asymptote/files/asymptote-1.49-configure-ac.patch) | 18 | ||||
-rw-r--r-- | media-gfx/asymptote/files/asymptote-1.52-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-1.49-xdg-utils.patch) | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/media-gfx/asymptote/files/asymptote-1.49-configure-ac.patch b/media-gfx/asymptote/files/asymptote-1.52-configure-ac.patch index f7996cdcf1e4..33b0b7090059 100644 --- a/media-gfx/asymptote/files/asymptote-1.49-configure-ac.patch +++ b/media-gfx/asymptote/files/asymptote-1.52-configure-ac.patch @@ -1,7 +1,7 @@ -diff -r -U2 asymptote-1.49.orig/configure.ac asymptote-1.49/configure.ac ---- asymptote-1.49.orig/configure.ac 2008-11-03 14:18:04.000000000 +0600 -+++ asymptote-1.49/configure.ac 2008-11-04 20:20:54.000000000 +0600 -@@ -77,8 +77,14 @@ +diff -r -U2 asymptote-1.52.orig/configure.ac asymptote-1.52/configure.ac +--- asymptote-1.52.orig/configure.ac 2008-11-25 15:10:32.000000000 +0600 ++++ asymptote-1.52/configure.ac 2008-11-27 04:40:24.000000000 +0600 +@@ -80,8 +80,14 @@ fi -AC_CHECK_HEADER(fftw3.h, @@ -18,16 +18,16 @@ diff -r -U2 asymptote-1.49.orig/configure.ac asymptote-1.49/configure.ac +fi GCVERSION=gc-7.1 -@@ -117,5 +123,5 @@ +@@ -120,5 +126,5 @@ CPPFLAGS_SAVE=$CPPFLAGS CPPFLAGS=$CPPFLAGS" $INCL" - AC_CHECK_HEADER(gc.h, + AC_CHECK_HEADER([gc/gc.h], AC_CHECK_LIB([gc],[GC_malloc],[ LIBS=$LIBS"-lgc " -@@ -183,5 +189,14 @@ - AC_CHECK_LIB([m], [sqrt]) +@@ -187,5 +193,14 @@ AC_CHECK_LIB([z], [deflate]) + AC_CHECK_LIB([pthread], [pthread_create]) -AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]) + +AC_ARG_WITH(sigsegv, @@ -41,7 +41,7 @@ diff -r -U2 asymptote-1.49.orig/configure.ac asymptote-1.49/configure.ac +fi AC_CHECK_LIB([readline], [rl_completion_matches],, -@@ -200,9 +215,15 @@ +@@ -204,9 +219,15 @@ AC_MSG_WARN([*** Broken rpc headers; XDR support disabled ***])) -AC_CHECK_HEADER(gsl/gsl_sf.h, @@ -57,4 +57,4 @@ diff -r -U2 asymptote-1.49.orig/configure.ac asymptote-1.49/configure.ac AC_MSG_NOTICE([*** Header file gsl_sf.h not found: will compile without optional special functions. ***])) +fi - case "$MACHTYPE" in + case "$OSTYPE" in diff --git a/media-gfx/asymptote/files/asymptote-1.49-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-1.52-xdg-utils.patch index 1ebdb1b2adec..dd249733abea 100644 --- a/media-gfx/asymptote/files/asymptote-1.49-xdg-utils.patch +++ b/media-gfx/asymptote/files/asymptote-1.52-xdg-utils.patch @@ -1,6 +1,6 @@ -diff -r -U2 asymptote-1.49.orig/settings.cc asymptote-1.49/settings.cc ---- asymptote-1.49.orig/settings.cc 2008-11-03 14:17:47.000000000 +0600 -+++ asymptote-1.49/settings.cc 2008-11-04 20:12:46.000000000 +0600 +diff -r -U2 asymptote-1.52.orig/settings.cc asymptote-1.52/settings.cc +--- asymptote-1.52.orig/settings.cc 2008-11-25 15:09:27.000000000 +0600 ++++ asymptote-1.52/settings.cc 2008-11-27 04:42:58.000000000 +0600 @@ -81,12 +81,12 @@ const char *HOME="HOME"; const char pathSeparator=':'; |