svn commit: r340035 - head/multimedia/mxflib/files

Jimmy Olgeni olgeni at FreeBSD.org
Fri Jan 17 13:31:30 UTC 2014


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


More information about the svn-ports-all mailing list