View | Details | Raw Unified | Return to bug 133843
Collapse All | Expand All

(-)Makefile (+7 lines)
Lines 55-60 Link Here
55
		GSM		"Enable GSM codec" on \
55
		GSM		"Enable GSM codec" on \
56
		CURL		"Enable CURL support" on \
56
		CURL		"Enable CURL support" on \
57
		ILBC		"Enable iLBC codec" off \
57
		ILBC		"Enable iLBC codec" off \
58
		SPANDSP		"Enable Spandsp faxing support" off \
58
#		CODEC_PATCH	"Apply codec negotiation patch" off \
59
#		CODEC_PATCH	"Apply codec negotiation patch" off \
59
#		MISC_PATCHES	"Apply additional patches" off
60
#		MISC_PATCHES	"Apply additional patches" off
60
61
Lines 182-187 Link Here
182
LIB_DEPENDS+=	gsm.1:${PORTSDIR}/audio/gsm
183
LIB_DEPENDS+=	gsm.1:${PORTSDIR}/audio/gsm
183
.endif
184
.endif
184
185
186
.if defined(WITH_SPANDSP)
187
LIB_DEPENDS+=	spandsp.2:${PORTSDIR}/comms/spandsp-devel
188
.else
189
CONFIGURE_ARGS+= --without-spandsp
190
.endif
191
185
.if !defined(WITH_CURL)
192
.if !defined(WITH_CURL)
186
PLIST_SUB+=	WITH_CURL="@comment "
193
PLIST_SUB+=	WITH_CURL="@comment "
187
CONFIGURE_ARGS+= --without-curl
194
CONFIGURE_ARGS+= --without-curl

Return to bug 133843