diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-17 17:10:19 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-18 20:20:42 +0000 |
commit | 8aa7a2d9b9d511573728a66ae1986c35599401c7 (patch) | |
tree | c8304bb2f7404faf92c010a8bf007b9a33058d68 | |
parent | f627cd1a5c6ad9cb6b60562ffe94196c5467af24 (diff) |
net-mgmt/metronome: Revert "Fix build with clang-16.x"
This reverts commit 0ff8163865567ad705b0f465a00ba72c8fa6ba3e.
The underlying issue was correctly fixed by 2ba2bf91fc27.
This additional fix just breaks the build on FreeBSD 13.2.
See also: 2ba2bf91fc27fe173fe990f3711410087adecb50
Approved by: portmgr (build fix blanket)
MFH: 2023Q4
-rw-r--r-- | net-mgmt/metronome/files/patch-iputils.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/metronome/files/patch-iputils.hh b/net-mgmt/metronome/files/patch-iputils.hh deleted file mode 100644 index 4f23138c8ca1..000000000000 --- a/net-mgmt/metronome/files/patch-iputils.hh +++ /dev/null @@ -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 - { |