Skip to content

Commit

Permalink
qbs: fix build on 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffnatty authored Feb 8, 2025
1 parent d9d443a commit 0605f32
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions devel/qbs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PortSystem 1.0
PortGroup cmake 1.1
PortGroup qt6 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup legacysupport 1.1

name qbs
version 2.5.0
Expand All @@ -27,9 +28,12 @@ checksums rmd160 a6348223ed91c7e514be37d1beac5baedf54ef1b \
qt6.depends_lib qt5compat

compiler.cxx_standard 2017
# requires std::optional, above is not enough :(
# https://github.com/macports/macports-base/pull/179
compiler.blacklist-append {clang < 1001}
# requires at least what qt64 requires
compiler.blacklist-append {clang < 1100}

# requires std::filesystem
legacysupport.newest_darwin_requires_legacy 18
legacysupport.use_mp_libcxx yes

configure.args-append -DQBS_ENABLE_RPATH=NO

Expand Down

0 comments on commit 0605f32

Please sign in to comment.