summarylogtreecommitdiffstats
path: root/fix-build-for-gcc11.patch
diff options
context:
space:
mode:
authorLeo P2023-03-09 01:03:56 -0500
committerLeo P2023-03-09 01:03:56 -0500
commit92446582dbd91238119ee97e312a143db18198e1 (patch)
treecbb3cd31fe1bc8db1281bc3c2fd313421c93aa8b /fix-build-for-gcc11.patch
parent934c51698f59dc8debba232c01569371cf93208d (diff)
downloadaur-92446582dbd91238119ee97e312a143db18198e1.tar.gz
bump version, retool build to what Nano expects -- a custom-built statically linked minimal boost lib
Diffstat (limited to 'fix-build-for-gcc11.patch')
-rw-r--r--fix-build-for-gcc11.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/fix-build-for-gcc11.patch b/fix-build-for-gcc11.patch
deleted file mode 100644
index fac738160a5c..000000000000
--- a/fix-build-for-gcc11.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 1b2bbf7b5f2ff585796a8a9644d04fe7beb5777a Mon Sep 17 00:00:00 2001
-From: Leo P <junk@slact.net>
-Date: Mon, 30 Aug 2021 21:56:30 -0400
-Subject: [PATCH] fix failure to build with GCC11
-
----
- nano/lib/threading.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/nano/lib/threading.hpp b/nano/lib/threading.hpp
-index f6ab4e18..5f09666f 100644
---- a/nano/lib/threading.hpp
-+++ b/nano/lib/threading.hpp
-@@ -5,6 +5,7 @@
- #include <nano/lib/utility.hpp>
-
- #include <boost/thread/thread.hpp>
-+#include <thread>
-
- namespace nano
- {
---
-2.33.0
-