freebsd-ports/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp
Jason E. Hale db032688df Update multimedia/mythtv and related ports to 29.1 [1]
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
2018-03-25 17:09:05 +00:00

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>