pkgsrc/x11/qt5-qtbase/patches/patch-src_plugins_platforms_xcb_qxcbatom.cpp
adam 06d691ed93 qt5: updated to 5.12.0
Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches
2018-12-18 09:57:17 +00:00

14 lines
351 B
C++

$NetBSD: patch-src_plugins_platforms_xcb_qxcbatom.cpp,v 1.1 2018/12/18 09:57:18 adam Exp $
Fix building.
--- src/plugins/platforms/xcb/qxcbatom.cpp.orig 2018-12-13 14:50:05.083875585 +0000
+++ src/plugins/platforms/xcb/qxcbatom.cpp
@@ -40,6 +40,7 @@
#include <QtCore/qglobal.h>
+#include <stdlib.h>
#include <string.h>
#include <algorithm>