From 674a9da1666a8182009176e445db742b04ea6766 Mon Sep 17 00:00:00 2001 From: istori1 <107304850+istori1@users.noreply.github.com> Date: Sun, 11 Sep 2022 08:34:52 -0400 Subject: [PATCH] Update boost version in portfile --- packaging/macos/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macos/Portfile b/packaging/macos/Portfile index 8707cedc..c05b6ea0 100644 --- a/packaging/macos/Portfile +++ b/packaging/macos/Portfile @@ -35,7 +35,7 @@ depends_lib port:avahi \ port:ffmpeg \ port:libopus -boost.version 1.76 +boost.version 1.80 configure.args -DCMAKE_INSTALL_PREFIX=${prefix} \ -DSUNSHINE_ASSETS_DIR=etc/sunshine/assets \