diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-10-09 11:32:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-10-09 11:32:56 +0800 |
commit | 347999da89520954d6213a75f57b8627fb8ac61f (patch) | |
tree | 0b4980aa5688ae8e3bbcd0845260a21243a6d3ad /net/asterisk14 | |
parent | 62dc6e7918c83cacebd035b84c2e77a429746263 (diff) | |
download | freebsd-ports-gnome-347999da89520954d6213a75f57b8627fb8ac61f.tar.gz freebsd-ports-gnome-347999da89520954d6213a75f57b8627fb8ac61f.tar.zst freebsd-ports-gnome-347999da89520954d6213a75f57b8627fb8ac61f.zip |
Allow EXTRA_PATCHES to be altered in the Makefile.local.
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 4 |
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 |