Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 14:52:17 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351950 - head/math/gambit/files
Message-ID:  <201404231452.s3NEqHaE086777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404231452.s3NEqHaE086777>