svn commit: r372990 - head/math/ump/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 21 11:56:48 UTC 2014


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


More information about the svn-ports-all mailing list