svn commit: r351950 - head/math/gambit/files

Pietro Cerutti gahr at FreeBSD.org
Wed Apr 23 14:52:18 UTC 2014


Author: gahr
Date: Wed Apr 23 14:52:17 2014
New Revision: 351950
URL: http://svnweb.freebsd.org/changeset/ports/351950
QAT: https://qat.redports.org/buildarchive/r351950/

Log:
  - Fix build
  
  Reported by:	pkg-fallout
  MFH:		2014Q2

Added:
  head/math/gambit/files/patch-src-libgambit_integer.h   (contents, props changed)

Added: head/math/gambit/files/patch-src-libgambit_integer.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gambit/files/patch-src-libgambit_integer.h	Wed Apr 23 14:52:17 2014	(r351950)
@@ -0,0 +1,13 @@
+--- src/libgambit/integer.h.orig	2014-04-23 14:09:42.000000000 +0200
++++ src/libgambit/integer.h	2014-04-23 14:10:50.000000000 +0200
+@@ -224,8 +224,8 @@
+   long		  as_long() const { return Itolong(rep); }
+   double	  as_double() const { return Itodouble(rep); }
+ 
+-  friend std::string    Itoa(const Integer& x, int base = 10, int width = 0);
+-  friend Integer  atoI(const char* s, int base = 10);
++  friend std::string    Itoa(const Integer& x, int base /*= 10*/, int width /*= 0*/);
++  friend Integer  atoI(const char* s, int base /*= 10*/);
+   
+   friend std::istream &operator>>(std::istream &s, Integer& y);
+   friend std::ostream &operator<<(std::ostream &s, const Integer& y);


More information about the svn-ports-all mailing list