diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-02 12:49:16 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-02 12:50:33 -0700 |
commit | e65e745e63f67cfdd3241fc656619afb21f6b08b (patch) | |
tree | 57454afab802dc2b75d1e396a1d6914c7433135f /audio/sfizz | |
parent | print/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.
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 |