diff options
Diffstat (limited to 'audio/sfizz')
-rw-r--r-- | audio/sfizz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile index d00cbc0f0d46..c2def5abc2dc 100644 --- a/audio/sfizz/Makefile +++ b/audio/sfizz/Makefile @@ -66,7 +66,7 @@ VST_CMAKE_BOOL= SFIZZ_VST .include <bsd.port.pre.mk> -.if (${OSVERSION} < 1301000) +.if (${OSVERSION} < 1301505) # 20d21e43514502c0a346f3c2cdb1d8cd8c7cc6b0 commit in 13 fixed booleans in stdatomic.h that were causing breakage BROKEN= fails to compile: unknown type name '_Bool' .endif |