db032688df
Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv which should make future updates much easier. Upstream security patches have been added to address known vulnerabilities in the bundled ffmpeg 3.2. PR: 225652 (initial patches to update to 29.0) [1] Submitted by: <lucylangthorne55@gmail.com> [1] Differential Revision: https://reviews.freebsd.org/D14563
10 lines
233 B
C++
10 lines
233 B
C++
--- libs/libmythui/mythpainter.cpp.orig 2018-01-11 12:39:22 UTC
|
|
+++ libs/libmythui/mythpainter.cpp
|
|
@@ -1,6 +1,7 @@
|
|
#include <stdint.h>
|
|
#include <algorithm>
|
|
#include <complex>
|
|
+#include <cstdlib>
|
|
|
|
// QT headers
|
|
#include <QRect>
|