summaryrefslogtreecommitdiff
path: root/dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch')
-rw-r--r--dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch b/dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch
deleted file mode 100644
index 484f98044be4..000000000000
--- a/dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From c55a516e90133d89d67285429c6474241346d27a Mon Sep 17 00:00:00 2001
-From: Dirk Eddelbuettel <edd@debian.org>
-Date: Mon, 30 Nov 2020 09:41:49 -0600
-Subject: [PATCH] g++-11 requires limits header
-
---- a/include/cpptoml.h
-+++ b/include/cpptoml.h
-@@ -14,6 +14,7 @@
- #include <cstring>
- #include <fstream>
- #include <iomanip>
-+#include <limits>
- #include <map>
- #include <memory>
- #include <sstream>