aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-06-30 15:54:41 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-06-30 15:54:41 +0000
commitdf273cfb9557ba2dc27f4f22c2cdd14b2ff42bcc (patch)
treec3b38c45c442a81e7c27180d003069a6b376231d
parent758096fbf896b9d318b7efdb7a68248cbe42b993 (diff)
downloadports-df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcc.tar.gz
ports-df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcc.zip
audio/mumble-server: fix build with Ice with modern LLVM "no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?"
PR: 279873
-rw-r--r--audio/mumble-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mumble-server/Makefile b/audio/mumble-server/Makefile
index 73cd22279232..996c926cf1c7 100644
--- a/audio/mumble-server/Makefile
+++ b/audio/mumble-server/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mumble-server
DISTVERSION= 1.5.634
+PORTREVISION= 1
CATEGORIES= audio net
MASTER_SITES= https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME:S/-server//}-${DISTVERSION}
@@ -42,7 +43,7 @@ ICE_DESC= Ice Support
AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns
AVAHI_CMAKE_BOOL= zeroconf
-ICE_LIB_DEPENDS= libIce.so:devel/ice
+ICE_LIB_DEPENDS= libIce.so:devel/ice37
ICE_CMAKE_BOOL= ice
LTO_CMAKE_BOOL= lto