Skip to content

Commit

Permalink
devel/aws-checksums: Remove USE_GCC
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nunotexbsd committed Jul 11, 2023
1 parent 373aef4 commit b8f8609
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions devel/aws-checksums/Makefile
Expand Up @@ -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>

0 comments on commit b8f8609

Please sign in to comment.