Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 19:03:29 +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: r376722 - head/audio/ardour/files
Message-ID:  <201501101903.t0AJ3T8c002503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 10 19:03:28 2015
New Revision: 376722
URL: https://svnweb.freebsd.org/changeset/ports/376722
QAT: https://qat.redports.org/buildarchive/r376722/

Log:
  Allow building with libc++ r224926
  
  Submitted by:	dim@

Added:
  head/audio/ardour/files/patch-gtk2__ardour_automation__selectable.h   (contents, props changed)

Added: head/audio/ardour/files/patch-gtk2__ardour_automation__selectable.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ardour/files/patch-gtk2__ardour_automation__selectable.h	Sat Jan 10 19:03:28 2015	(r376722)
@@ -0,0 +1,11 @@
+--- gtk2_ardour/automation_selectable.h.orig	2009-02-24 12:37:42 UTC
++++ gtk2_ardour/automation_selectable.h
+@@ -36,7 +36,7 @@ struct AutomationSelectable : public Sel
+     AutomationSelectable (nframes_t s, nframes_t e, double l, double h, TimeAxisView& atv)
+ 	    : start (s), end (e), low_fract (l), high_fract (h), track (atv) {}
+ 
+-    bool operator== (const AutomationSelectable& other) {
++    bool operator== (const AutomationSelectable& other) const {
+ 	    return start == other.start &&
+ 		    end == other.end &&
+ 		    low_fract == other.low_fract &&



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