Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 11:56:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372990 - head/math/ump/files
Message-ID:  <201411211156.sALBumnw055779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Nov 21 11:56:47 2014
New Revision: 372990
URL: https://svnweb.freebsd.org/changeset/ports/372990
QAT: https://qat.redports.org/buildarchive/r372990/

Log:
  - Fix build with clang

Added:
  head/math/ump/files/patch-src__real.h   (contents, props changed)

Added: head/math/ump/files/patch-src__real.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/ump/files/patch-src__real.h	Fri Nov 21 11:56:47 2014	(r372990)
@@ -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?201411211156.sALBumnw055779>