Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2021 08:42:59 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 307d8ce4bdc6 - main - multimedia/opentoonz: fix build with clang 13
Message-ID:  <202112200842.1BK8gxXb013427@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=307d8ce4bdc6ddea5713b5572a4b42a1e013857a

commit 307d8ce4bdc6ddea5713b5572a4b42a1e013857a
Author:     Rozhuk Ivan <rozhuk.im@gmail.com>
AuthorDate: 2021-12-13 21:14:34 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-12-20 08:42:15 +0000

    multimedia/opentoonz: fix build with clang 13
    
    PR:             260400
---
 .../files/patch-toonz_sources_include_tcg_poly__ops.h          | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/multimedia/opentoonz/files/patch-toonz_sources_include_tcg_poly__ops.h b/multimedia/opentoonz/files/patch-toonz_sources_include_tcg_poly__ops.h
new file mode 100644
index 000000000000..a1afa7634ddd
--- /dev/null
+++ b/multimedia/opentoonz/files/patch-toonz_sources_include_tcg_poly__ops.h
@@ -0,0 +1,10 @@
+--- toonz/sources/include/tcg/poly_ops.h	2021-12-14 00:11:14.717028000 +0300
++++ toonz/sources/include/tcg/poly_ops.h	2021-12-14 00:11:39.304315000 +0300
+@@ -5,6 +5,7 @@
+ 
+ // tcg includes
+ #include "macros.h"
++#include <algorithm>
+ 
+ /*!
+   \file     tcg_poly_ops.h



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