mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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
This commit is contained in:
parent
758096fbf8
commit
df273cfb95
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= mumble-server
|
PORTNAME= mumble-server
|
||||||
DISTVERSION= 1.5.634
|
DISTVERSION= 1.5.634
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio net
|
CATEGORIES= audio net
|
||||||
MASTER_SITES= https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/
|
MASTER_SITES= https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/
|
||||||
DISTNAME= ${PORTNAME:S/-server//}-${DISTVERSION}
|
DISTNAME= ${PORTNAME:S/-server//}-${DISTVERSION}
|
||||||
|
@ -42,7 +43,7 @@ ICE_DESC= Ice Support
|
||||||
AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns
|
AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns
|
||||||
AVAHI_CMAKE_BOOL= zeroconf
|
AVAHI_CMAKE_BOOL= zeroconf
|
||||||
|
|
||||||
ICE_LIB_DEPENDS= libIce.so:devel/ice
|
ICE_LIB_DEPENDS= libIce.so:devel/ice37
|
||||||
ICE_CMAKE_BOOL= ice
|
ICE_CMAKE_BOOL= ice
|
||||||
|
|
||||||
LTO_CMAKE_BOOL= lto
|
LTO_CMAKE_BOOL= lto
|
||||||
|
|
Loading…
Add table
Reference in a new issue