Skip to content

Commit

Permalink
lms: fix build on macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 20, 2024
1 parent 9db7191 commit 4c160fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions audio/lms/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup boost 1.0
PortGroup cmake 1.1
PortGroup compiler_blacklist_versions 1.0
PortGroup github 1.0
PortGroup legacysupport 1.1

Expand Down Expand Up @@ -54,8 +55,10 @@ configure.args-append \
-DENABLE_TESTS=OFF

# https://github.com/epoupon/lms/issues/526
compiler.blacklist-append \
macports-clang-18
if {${os.platform} eq "darwin" && ${os.major} < 24} {
compiler.blacklist-append \
{macports-clang-1[8-9]}
}

compiler.cxx_standard 2020

Expand Down

0 comments on commit 4c160fc

Please sign in to comment.