git: 678018fb05a4 - main - comms/ebusd: add patch to fix compilation on 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 18:42:47 UTC
The branch main has been updated by samm: URL: https://cgit.FreeBSD.org/ports/commit/?id=678018fb05a41fc56ff89a2b5c13275d55f0c659 commit 678018fb05a41fc56ff89a2b5c13275d55f0c659 Author: Oleksii Samorukov <samm@FreeBSD.org> AuthorDate: 2023-07-19 18:39:38 +0000 Commit: Oleksii Samorukov <samm@FreeBSD.org> CommitDate: 2023-07-19 18:41:32 +0000 comms/ebusd: add patch to fix compilation on 14-CURRENT Reported by: fallout --- comms/ebusd/files/patch-src_lib_ebus_message.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/comms/ebusd/files/patch-src_lib_ebus_message.h b/comms/ebusd/files/patch-src_lib_ebus_message.h new file mode 100644 index 000000000000..37800cbce71a --- /dev/null +++ b/comms/ebusd/files/patch-src_lib_ebus_message.h @@ -0,0 +1,10 @@ +--- src/lib/ebus/message.h.orig 2023-07-19 18:34:53 UTC ++++ src/lib/ebus/message.h +@@ -58,7 +58,6 @@ namespace ebusd { + * template class. + */ + +-using std::binary_function; + using std::priority_queue; + using std::deque; +