Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 13:31:30 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340035 - head/multimedia/mxflib/files
Message-ID:  <201401171331.s0HDVUNL091978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Fri Jan 17 13:31:29 2014
New Revision: 340035
URL: http://svnweb.freebsd.org/changeset/ports/340035
QAT: https://qat.redports.org/buildarchive/r340035/

Log:
  Unbreak on FreeBSD 10.

Added:
  head/multimedia/mxflib/files/
  head/multimedia/mxflib/files/patch-mxflib_smartptr.h   (contents, props changed)

Added: head/multimedia/mxflib/files/patch-mxflib_smartptr.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mxflib/files/patch-mxflib_smartptr.h	Fri Jan 17 13:31:29 2014	(r340035)
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- mxflib/smartptr.h.orig
++++ mxflib/smartptr.h
+@@ -503,7 +503,7 @@
+ 		}
+ 
+ 		//! Comparison function to allow sorting by indexed value
+-		bool operator<(SmartPtr &Other) { return this.operator<(*Other->GetPtr()); }
++		bool operator<(SmartPtr &Other) { return this->operator<(*Other->GetPtr()); }
+ 
+ 		//! Get a cast version of the pointer
+ 		/*! This is used via the SmartPtr_Cast() Macro to allow MSVC 6 to work!!



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