pkgsrc/math/mpfr/patches/patch-ab
drochner 2a1819ff4d update to 2.4.1
changes:
-Behavior of mpfr_check_range changed
-Function mpfr_init_gmp_rand is no longer defined
-New functions
-Configure test for TLS support
-Get default $CC and $CFLAGS from gmp.h
-Security fix in mpfr_snprintf and mpfr_vsnprintf (buffer overflow)
-Configure: new checks for length modifiers hh and ll (new in C99)
-bugfixes
-documentation fixes
2009-03-19 11:54:53 +00:00

13 lines
485 B
Text

$NetBSD: patch-ab,v 1.1 2009/03/19 11:54:53 drochner Exp $
--- configure.orig 2009-03-18 19:19:49.000000000 +0100
+++ configure
@@ -24782,7 +24782,7 @@ $as_echo "$ac_try_echo") >&5
{ $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
-if test "$ac_cv_type_intmax_t" == yes; then
+if test "$ac_cv_type_intmax_t" = yes; then
{ $as_echo "$as_me:$LINENO: checking if gmp_printf supports \"%jd\"" >&5
$as_echo_n "checking if gmp_printf supports \"%jd\"... " >&6; }