Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation

From: Torsten Zuehlsdorff <tz_at_FreeBSD.org>
Date: Tue, 30 Jul 2024 23:00:17 UTC
Aloha,

> +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400000 &&  ${OSVERSION} < 1401000 )
> +IGNORE= Does not build on FreeBSD 14.0 - zlib is too old
> +.endif

I don't know why, but it does not work (anymore). But i can't spot the 
error. Can somebody help with a pointer?

Thank you!
Torsten