summaryrefslogtreecommitdiff
path: root/net/asterisk14
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-10-09 03:32:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-10-09 03:32:56 +0000
commitcaed5b4a05dcb8890cbdefc721be8506b6a79515 (patch)
tree33c014067b923c7c30987dafc2a656eb8ce2cb42 /net/asterisk14
parentSpelling fix (diff)
Allow EXTRA_PATCHES to be altered in the Makefile.local.
Notes
Notes: svn path=/head/; revision=201130
Diffstat (limited to 'net/asterisk14')
-rw-r--r--net/asterisk14/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile
index 2ac171904231..9c4cfad8fe20 100644
--- a/net/asterisk14/Makefile
+++ b/net/asterisk14/Makefile
@@ -159,9 +159,9 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
.if defined(WITH_CODEC_PATCH)
PATCHFILES= asterisk-1.4.11-codec-negotiation-20070831.diff.gz
PATCH_SITES= http://b2bua.org/chrome/site/
-EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
+EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
.else
-EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile
+EXTRA_PATCHES+= ${PATCHDIR}/nocodecnego-patch-Makefile
.endif