summaryrefslogtreecommitdiff
path: root/dev-qt/qtbluetooth/files/qtbluetooth-5.15.2-gcc11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtbluetooth/files/qtbluetooth-5.15.2-gcc11.patch')
-rw-r--r--dev-qt/qtbluetooth/files/qtbluetooth-5.15.2-gcc11.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-qt/qtbluetooth/files/qtbluetooth-5.15.2-gcc11.patch b/dev-qt/qtbluetooth/files/qtbluetooth-5.15.2-gcc11.patch
deleted file mode 100644
index 7c27730574b6..000000000000
--- a/dev-qt/qtbluetooth/files/qtbluetooth-5.15.2-gcc11.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 0ae88b90f857bfcc2d0ea33d16753d8eed5db9e1 Mon Sep 17 00:00:00 2001
-From: Jeff Law <law@redhat.com>
-Date: Oct 16 2020 20:08:46 +0000
-Subject: Add missing #include for gcc-11
-
-
-diff --git a/src/bluetooth/lecmaccalculator.cpp b/src/bluetooth/lecmaccalculator.cpp
-index b150466..507603c 100644
---- a/src/bluetooth/lecmaccalculator.cpp
-+++ b/src/bluetooth/lecmaccalculator.cpp
-@@ -38,6 +38,8 @@
- ****************************************************************************/
- #include "lecmaccalculator_p.h"
-
-+#include <limits>
-+
- #include "bluez/bluez_data_p.h"
-
- #include <QtCore/qbytearray.h>