git: b3cdf3b626d1 - main - audio/murmur: fix build with Ice with modern LLVM "no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?"

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 15:57:28 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b3cdf3b626d17fc7b63d9ea1e8468685623d6964

commit b3cdf3b626d17fc7b63d9ea1e8468685623d6964
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-06-30 15:56:53 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-06-30 15:56:53 +0000

    audio/murmur: fix build with Ice with modern LLVM "no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?"
    
    PR:             279873
---
 audio/murmur/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 0f0a898268b0..b019cb2fea3f 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	murmur
-PORTVERSION=	1.3.4
+DISTVERSION=	1.3.4
+PORTREVISION=	1
 CATEGORIES=	audio net
 
 MAINTAINER=	vvd@FreeBSD.org
@@ -47,7 +48,7 @@ BONJOUR_VARS_OFF=	CONFIG+=no-bonjour
 DBUS_USE=		QT=dbus
 DBUS_VARS_OFF=		CONFIG+=no-dbus
 
-ICE_LIB_DEPENDS=	libIce.so:devel/ice
+ICE_LIB_DEPENDS=	libIce.so:devel/ice37
 ICE_VARS_OFF=		CONFIG+=no-ice
 
 MYSQL_USE=		QT=sql-mysql