Date: Sat, 29 Nov 2014 15:37:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r373633 - branches/2014Q4/math/ump/files Message-ID: <201411291537.sATFbPkW052752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Nov 29 15:37:25 2014 New Revision: 373633 URL: https://svnweb.freebsd.org/changeset/ports/373633 QAT: https://qat.redports.org/buildarchive/r373633/ Log: MFH: r372990 - Fix build with clang Approved by: ports-secteam (rea) Added: branches/2014Q4/math/ump/files/patch-src__real.h - copied unchanged from r372990, head/math/ump/files/patch-src__real.h Modified: Directory Properties: branches/2014Q4/ (props changed) Copied: branches/2014Q4/math/ump/files/patch-src__real.h (from r372990, head/math/ump/files/patch-src__real.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/math/ump/files/patch-src__real.h Sat Nov 29 15:37:25 2014 (r373633, copy of r372990, head/math/ump/files/patch-src__real.h) @@ -0,0 +1,11 @@ +--- src/real.h.orig 2006-10-06 15:42:58.000000000 +0400 ++++ src/real.h 2014-11-21 03:10:40.000000000 +0300 +@@ -145,7 +145,7 @@ + friend Real ipart(const Real &val) throw(error_obj); + friend Real fpart(const Real &val) throw(error_obj); + // converts a Real to a fraction +- friend Real frac(const Real &val, int32 highest_bottom_value = 1000) throw(error_obj); ++ friend Real frac(const Real &val, int32 highest_bottom_value) throw(error_obj); + friend Real sign(const Real &val) throw(error_obj); + + // val.isExact() must return true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411291537.sATFbPkW052752>