summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-02 12:49:16 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-02 12:50:33 -0700
commite65e745e63f67cfdd3241fc656619afb21f6b08b (patch)
tree57454afab802dc2b75d1e396a1d6914c7433135f
parentprint/py-uharfbuzz: mark BROKEN, fails to build after harfbuzz update (diff)
audio/sfizz: Correct OSVERSION at which build was fixed
It was broken on 13.1-RELEASE as well.
-rw-r--r--audio/sfizz/Makefile2
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