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-03-18 15:52:03 +0000
committerSam James <sam@gentoo.org>2022-03-21 23:41:56 +0000
commitbd7dc288fa2238bd26218add1dab04b61901b2a6 (patch)
tree6fe2ceaa197d01a32a6cd0437f364a95e2b0d51a /dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
parent6a3694cc1d54b4f7889c88d514b3073e91b047cc (diff)
downloadgentoo-bd7dc288fa2238bd26218add1dab04b61901b2a6.tar.gz
gentoo-bd7dc288fa2238bd26218add1dab04b61901b2a6.tar.bz2
gentoo-bd7dc288fa2238bd26218add1dab04b61901b2a6.zip
dev-cpp/asio: version 1.22.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://bugs.gentoo.org/828648 Closes: https://github.com/gentoo/gentoo/pull/24649 Signed-off-by: Sam James <sam@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, 29 insertions, 0 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
new file mode 100644
index 000000000000..55de22b8a136
--- /dev/null
+++ b/dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
@@ -0,0 +1,29 @@
+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])
++ ])