aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk16/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2007-08-14 01:35:37 +0800
committersobomax <sobomax@FreeBSD.org>2007-08-14 01:35:37 +0800
commit1400e1eb0ec029e95a765493a6e30fa3e92d40d2 (patch)
tree617f747189cd5517c11264efc9348d31002a1792 /net/asterisk16/Makefile
parentbe7cdb2df580d1dae673f2f35482cc3326e92b01 (diff)
downloadfreebsd-ports-gnome-1400e1eb0ec029e95a765493a6e30fa3e92d40d2.tar.gz
freebsd-ports-gnome-1400e1eb0ec029e95a765493a6e30fa3e92d40d2.tar.zst
freebsd-ports-gnome-1400e1eb0ec029e95a765493a6e30fa3e92d40d2.zip
Allow building with bamby's codec negotiation patch. Don't bump
PORTREVISION since this option is off by default. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r--net/asterisk16/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index f878654c71c1..bc13de462346 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -46,8 +46,8 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \
H323 "Enable H.323 support" on \
FREETDS "Enable FreeTDS support" on \
JABBER "Enable Jabber and Gtalk support" on \
- SQLITE "Enable SQLITE support" on
-# CODEC_PATCH "Apply codec nego patch" off
+ SQLITE "Enable SQLITE support" on \
+ CODEC_PATCH "Apply codec negotiation patch" off
.include <bsd.port.pre.mk>
@@ -157,7 +157,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
.if defined(WITH_CODEC_PATCH)
PATCHFILES= asterisk-1.4.10-codec-negotiation-20070810.diff.gz
-PATCH_SITES= http://www.sippysoft.com/~bamby/
+PATCH_SITES= http://www.sippysoft.com/~sobomax/
EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
.else
EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile