svn commit: r376722 - head/audio/ardour/files

Antoine Brodin antoine at FreeBSD.org
Sat Jan 10 19:03:29 UTC 2015


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 &&


More information about the svn-ports-all mailing list