summaryrefslogtreecommitdiff
path: root/dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2022-09-25 08:46:24 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-09-27 16:00:46 +0200
commitf31f3ca73aa13f79a6a5bf2f71d93aa693010616 (patch)
treeea6aef826c6212f6bc1ae4f9c4ed331b6e0765e1 /dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
parent5031361f5d72d15120456a3a4bd853afe65ac5c2 (diff)
downloadgentoo-f31f3ca73aa13f79a6a5bf2f71d93aa693010616.tar.gz
gentoo-f31f3ca73aa13f79a6a5bf2f71d93aa693010616.tar.bz2
gentoo-f31f3ca73aa13f79a6a5bf2f71d93aa693010616.zip
dev-cpp/asio: drop 1.22.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/27433 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch')
-rw-r--r--dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch b/dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
deleted file mode 100644
index 55de22b8a136..000000000000
--- a/dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-The cpp20 dir doesn't exist
-https://github.com/chriskohlhoff/asio/issues/1026
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -15,7 +15,6 @@ EXAMPLES_CPP17 = examples/cpp17
- endif
-
- if HAVE_CXX20
--EXAMPLES_CPP20 = examples/cpp20
- endif
-
- SUBDIRS = \
-@@ -23,7 +22,6 @@ SUBDIRS = \
- $(EXAMPLES_CPP11) \
- $(EXAMPLES_CPP14) \
- $(EXAMPLES_CPP17) \
-- $(EXAMPLES_CPP20) \
- tests
-
- DIST_SUBDIRS = examples/cpp03 examples/cpp11 examples/cpp14 examples/cpp17 tests
---- a/configure.ac
-+++ b/configure.ac
-@@ -241,4 +241,4 @@ AC_OUTPUT([
- src/examples/cpp11/Makefile
- src/examples/cpp14/Makefile
- src/examples/cpp17/Makefile
-- src/examples/cpp20/Makefile])
-+ ])