From caed5b4a05dcb8890cbdefc721be8506b6a79515 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 9 Oct 2007 03:32:56 +0000 Subject: Allow EXTRA_PATCHES to be altered in the Makefile.local. --- net/asterisk14/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/asterisk14') 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 -- cgit v1.2.3