From ba1e16626671703144ef88d52eaf72207df34f6c Mon Sep 17 00:00:00 2001 From: flo Date: Tue, 11 Mar 2014 20:21:45 +0000 Subject: - Update to 1.8.26.1 - set USE_GCC as asterisk uses gcc extensions (STAGE support will follow soon, just wanted to get the new version out now) Security: 03159886-a8a3-11e3-8f36-0025905a4771 MFH: 2014Q1 --- net/asterisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/asterisk/Makefile') diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 5bfa9291bf9f..d406cee42418 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 1.8.25.0 +PORTVERSION= 1.8.26.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gsm=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 -USE_CSTD= gnu89 +USE_GCC= yes USE_GNOME= libxml2 USES= bison gmake USE_RC_SUBR= asterisk -- cgit