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

net-mgmt/metronome: Revert "Fix build with clang-16.x"

This reverts commit 0ff8163865.

The underlying issue was correctly fixed by 2ba2bf91fc.
This additional fix just breaks the build on FreeBSD 13.2.

See also:	2ba2bf91fc
Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
This commit is contained in:
Robert Clausecker 2023-11-17 18:10:19 +01:00
parent f627cd1a5c
commit 8aa7a2d9b9

View File

@ -1,11 +0,0 @@
--- iputils.hh.orig 2023-07-20 17:03:02 UTC
+++ iputils.hh
@@ -89,7 +89,7 @@ union ComboAddress {
return memcmp(&sin6.sin6_addr.s6_addr, &rhs.sin6.sin6_addr.s6_addr, 16) > 0;
}
- struct addressOnlyLessThan: public std::binary_function<string, string, bool>
+ struct addressOnlyLessThan: public std::__binary_function<string, string, bool>
{
bool operator()(const ComboAddress& a, const ComboAddress& b) const
{