aboutsummaryrefslogtreecommitdiff
path: root/audio/sfizz
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-02 19:49:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-02 19:50:33 +0000
commite65e745e63f67cfdd3241fc656619afb21f6b08b (patch)
tree57454afab802dc2b75d1e396a1d6914c7433135f /audio/sfizz
parent851a5602c7bfafd0e4f664edc12ad4a61d248f76 (diff)
downloadports-e65e745e63f67cfdd3241fc656619afb21f6b08b.tar.gz
ports-e65e745e63f67cfdd3241fc656619afb21f6b08b.zip
audio/sfizz: Correct OSVERSION at which build was fixed
It was broken on 13.1-RELEASE as well.
Diffstat (limited to 'audio/sfizz')
-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