diff options
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r-- | net/asterisk16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 896c82523a9c..67f413434bd5 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -188,7 +188,7 @@ PJSIP_VERSION= 2.12.1 .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) USES+= llvm:max=14 CPP= clang-cpp${LLVM_VERSION} CC= clang${LLVM_VERSION} |