Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 10:58:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304827 - head/multimedia/mkvtoolnix/files
Message-ID:  <201209251058.q8PAwiO6017988@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 25 10:58:43 2012
New Revision: 304827
URL: http://svn.freebsd.org/changeset/ports/304827

Log:
  Add forgotten patch

Added:
  head/multimedia/mkvtoolnix/files/
  head/multimedia/mkvtoolnix/files/patch-src-common-timecode.h   (contents, props changed)

Added: head/multimedia/mkvtoolnix/files/patch-src-common-timecode.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mkvtoolnix/files/patch-src-common-timecode.h	Tue Sep 25 10:58:43 2012	(r304827)
@@ -0,0 +1,11 @@
+--- src/common/timecode.h.orig	2012-09-22 22:31:07.000000000 +0800
++++ src/common/timecode.h	2012-09-22 22:31:19.000000000 +0800
+@@ -139,7 +139,7 @@
+   }
+ 
+   basic_timecode_c<T> abs() const {
+-    return basic_timecode_c<T>{std::abs(m_timecode), m_valid};
++    return basic_timecode_c<T>{(T)std::abs(m_timecode), m_valid};
+   }
+ 
+   // comparison



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