svn commit: r304827 - head/multimedia/mkvtoolnix/files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 25 10:58:44 UTC 2012
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
More information about the svn-ports-head
mailing list