From 44b32124174e277bfe7a005ad6d59e8ec3b50709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 27 Nov 2022 10:34:50 +0700 Subject: [PATCH] boost: revert Boost.Phoenix PR #104 https://github.com/boostorg/phoenix/pull/104 https://github.com/boostorg/phoenix/issues/111 --- srcpkgs/boost/patches/revert-boost-phoenix-104.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/boost/patches/revert-boost-phoenix-104.patch diff --git a/srcpkgs/boost/patches/revert-boost-phoenix-104.patch b/srcpkgs/boost/patches/revert-boost-phoenix-104.patch new file mode 100644 index 00000000000000..439b201d4c5d8c --- /dev/null +++ b/srcpkgs/boost/patches/revert-boost-phoenix-104.patch @@ -0,0 +1,12 @@ +See https://github.com/boostorg/phoenix/issues/111 +Index: boost-1.81.0.beta1/boost/phoenix/stl.hpp +=================================================================== +--- boost-1.81.0.beta1.orig/boost/phoenix/stl.hpp ++++ boost-1.81.0.beta1/boost/phoenix/stl.hpp +@@ -11,6 +11,5 @@ + + #include + #include +-#include + + #endif