devel/aws-checksums: Remove USE_GCC

Clang assertion is not triggered anymore due to the changes in
aws-checksums 0.1.14, so removing USE_GCC on affected OSVERSION.

See also:	https://github.com/awslabs/aws-checksums/releases/tag/v0.1.14
PR:		234232
This commit is contained in:
Nuno Teixeira 2023-07-11 14:37:06 +01:00
parent 373aef4619
commit b8f8609d33

View file

@ -24,13 +24,4 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING
.include <bsd.port.pre.mk>
# clang is crashing on CURRENT due an assertion
# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234232
# and https://bugs.llvm.org/show_bug.cgi?id=40985
.if ${OSVERSION} >= 1400000
USE_GCC= yes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>