summaryrefslogtreecommitdiff
path: root/dev-cpp/indicators/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/indicators/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-cpp/indicators/files')
-rw-r--r--dev-cpp/indicators/files/indicators-2.3-include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-cpp/indicators/files/indicators-2.3-include.patch b/dev-cpp/indicators/files/indicators-2.3-include.patch
deleted file mode 100644
index e0b4f336c663..000000000000
--- a/dev-cpp/indicators/files/indicators-2.3-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Fix "error: 'uint8_t' has not been declared"
-
---- a/include/indicators/termcolor.hpp
-+++ b/include/indicators/termcolor.hpp
-@@ -14,6 +14,7 @@
-
- #include <iostream>
- #include <cstdio>
-+#include <cstdint>
-
- // Detect target's platform and set some macros in order to wrap platform
- // specific code this library depends on.