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:
parent
373aef4619
commit
b8f8609d33
1 changed files with 1 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue