diff options
author | flo <flo@FreeBSD.org> | 2014-03-12 04:21:45 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2014-03-12 04:21:45 +0800 |
commit | ba1e16626671703144ef88d52eaf72207df34f6c (patch) | |
tree | 634bbd1d253ffacaf3ef1cd0493f0395adcb4a5c /net/asterisk/Makefile | |
parent | fa20baa3094748c6f1d633bd812dfc73c54a2a8d (diff) | |
download | freebsd-ports-gnome-ba1e16626671703144ef88d52eaf72207df34f6c.tar.gz freebsd-ports-gnome-ba1e16626671703144ef88d52eaf72207df34f6c.tar.zst freebsd-ports-gnome-ba1e16626671703144ef88d52eaf72207df34f6c.zip |
- 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
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |