1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

comms/ebusd: add patch to fix compilation on 14-CURRENT

Reported by: fallout
This commit is contained in:
Oleksii Samorukov 2023-07-19 20:39:38 +02:00
parent eadc22643b
commit 678018fb05

View File

@ -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;