Skip to content

Commit

Permalink
audio/sfizz: Correct OSVERSION at which build was fixed
Browse files Browse the repository at this point in the history
It was broken on 13.1-RELEASE as well.
  • Loading branch information
yurivict committed Aug 2, 2022
1 parent 851a560 commit e65e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/sfizz/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit e65e745

Please sign in to comment.