diff options
Diffstat (limited to 'net/asterisk20/Makefile')
-rw-r--r-- | net/asterisk20/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/asterisk20/Makefile b/net/asterisk20/Makefile index 9702a5858399..db47bd050928 100644 --- a/net/asterisk20/Makefile +++ b/net/asterisk20/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 20.13.0 +DISTVERSION= 20.14.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -220,6 +220,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 |