1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

net-im/quaternion: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-08-08 04:04:38 +02:00
parent 875efd3f7e
commit 89afc91dd9

View File

@ -30,4 +30,13 @@ USE_GITHUB= yes
GH_ACCOUNT= quotient-im
GH_TAGNAME= 447d8ec4f990499fb589a37b7e8eae8c6781cadc
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CPP= clang-cpp${LLVM_VERSION}
CC= clang${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.mk>