Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 09:24:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425476 - head/benchmarks/polygraph/files
Message-ID:  <201611060924.uA69O0a7072859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  6 09:24:00 2016
New Revision: 425476
URL: https://svnweb.freebsd.org/changeset/ports/425476

Log:
  Fix build with gcc 4.9
  
  PR:		196712

Added:
  head/benchmarks/polygraph/files/patch-src_xstd_Ring.h   (contents, props changed)

Added: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/polygraph/files/patch-src_xstd_Ring.h	Sun Nov  6 09:24:00 2016	(r425476)
@@ -0,0 +1,18 @@
+commit a1b938b85e2b9aabb95fb09b9f7137b27135ea72
+Author: Alex Rousskov <rousskov@measurement-factory.com>
+Date:   Thu Jan 7 08:20:34 2016 -0700
+
+    lp:1380660: Make failed if gcc 4.9 is used.
+    
+    Merged POLY-43-lp1380660-make-failed-if-gcc-49-.
+
+--- src/xstd/Ring.h.orig	2014-10-22 23:22:22 UTC
++++ src/xstd/Ring.h
+@@ -19,6 +19,7 @@ class Ring: protected Array<Item> {
+ 
+ 		using Array<Item>::capacity;
+ 		using Array<Item>::size;
++		using Array<Item>::Value;
+ 
+ 		int count() const { return theInOff - theOutOff; }
+ 		bool empty() const { return theInOff <= theOutOff; }



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