Skip to content

Commit

Permalink
zix: fix for darwin < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 22, 2024
1 parent 6c04934 commit 687087b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devel/zix/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
PortSystem 1.0

PortGroup gitlab 1.0
PortGroup legacysupport 1.1
PortGroup meson 1.0

# clock_gettime
legacysupport.newest_darwin_requires_legacy 15

gitlab.setup drobilla zix 0.4.2 v
revision 0

Expand All @@ -21,3 +25,6 @@ checksums rmd160 c69eb969044123e8fe16aaa9be1a76c2335c90a0 \
size 74432

compiler.c_standard 1999
# ERROR: C++ Compiler does not support -std=c++17
compiler.cxx_standard \
2017

0 comments on commit 687087b

Please sign in to comment.