git: e65e745e63f6 - main - audio/sfizz: Correct OSVERSION at which build was fixed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 19:50:35 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e65e745e63f67cfdd3241fc656619afb21f6b08b
commit e65e745e63f67cfdd3241fc656619afb21f6b08b
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-02 19:49:16 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-02 19:50:33 +0000
audio/sfizz: Correct OSVERSION at which build was fixed
It was broken on 13.1-RELEASE as well.
---
audio/sfizz/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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