diff options
Diffstat (limited to 'net/asterisk22/Makefile')
-rw-r--r-- | net/asterisk22/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/asterisk22/Makefile b/net/asterisk22/Makefile index e6f7ef90f2fa..41826adfd475 100644 --- a/net/asterisk22/Makefile +++ b/net/asterisk22/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 22.3.0 +DISTVERSION= 22.4.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -218,6 +218,10 @@ PJSIP_VERSION= 2.15.1 .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500026 +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-third-party_pjproject_Makefile +.endif + .if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base) || \ ${SSL_DEFAULT:Mopenssl3*} LIB_DEPENDS+= libgnutls.so:security/gnutls |