freebsd-ports/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp
Bernhard Froehlich a0bbf092a7 - Update to latest 0.27 stable branch from github
- Add patches to build with clang [1]
- Use OPTIONS_SUB

PR:		ports/186005 [1]
Submitted by:	John Clark <clarkjc@runbox.com> [1]
2014-01-25 19:44:21 +00:00

9 lines
261 B
C++

--- libs/libmythui/mythpainter.cpp.orig 2013-09-18 16:06:08.000000000 -0400
+++ libs/libmythui/mythpainter.cpp 2014-01-22 08:18:40.000000000 -0500
@@ -1,5 +1,6 @@
#include <stdint.h>
#include <algorithm>
+#include <cstdlib>
// QT headers
#include <QRect>