diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-02 14:20:03 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-02 14:20:03 +0000 |
commit | ea56c3f287a7440a665e5e32b4710f94bc73e73a (patch) | |
tree | ae4c538c3eace0e70059afd3874ee62db5d1ed9b /multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp | |
parent | Update to 4.16.43 (diff) |
Rename and update patches per current convention ahead of new version update
to make community testing of new version a little easier and eliminate
potential confusion.
PR: 225652
Diffstat (limited to 'multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp')
-rw-r--r-- | multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp b/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp new file mode 100644 index 000000000000..127e7d900c5e --- /dev/null +++ b/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp @@ -0,0 +1,10 @@ +--- libs/libmythui/mythpainter.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythui/mythpainter.cpp +@@ -1,6 +1,7 @@ + #include <stdint.h> + #include <algorithm> + #include <complex> ++#include <cstdlib> + + // QT headers + #include <QRect> |