void-packages/srcpkgs/edb-debugger/patches/include-limits.patch
Johannes 5f50e0c099 edb-debugger: remove wrong CMAKE_INSTALL_LIBDIR
add patch to include limits.h for INT_MAX

fixes #13719
2019-08-17 00:06:59 +02:00

10 lines
302 B
Diff

--- include/ByteShiftArray.h.orig 2019-08-16 23:27:51.186731499 +0200
+++ include/ByteShiftArray.h 2019-08-16 23:28:15.909729902 +0200
@@ -22,6 +22,7 @@
#include "API.h"
#include <QVector>
#include <cstddef>
+#include <limits.h>
class EDB_EXPORT ByteShiftArray {
Q_DISABLE_COPY(ByteShiftArray)