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

(-)Makefile (+8 lines)
Lines 53-58 Link Here
53
		GSM		"Enable GSM codec" on \
53
		GSM		"Enable GSM codec" on \
54
		CURL		"Enable CURL support" on \
54
		CURL		"Enable CURL support" on \
55
		ILBC		"Enable iLBC codec" off \
55
		ILBC		"Enable iLBC codec" off \
56
		BACKTRACE	"Enable backtrace support" off
56
#		CODEC_PATCH	"Apply codec negotiation patch" off \
57
#		CODEC_PATCH	"Apply codec negotiation patch" off \
57
#		MISC_PATCHES	"Apply additional patches" off
58
#		MISC_PATCHES	"Apply additional patches" off
58
59
Lines 75-80 Link Here
75
		h323_r.1:${PORTSDIR}/net/openh323
76
		h323_r.1:${PORTSDIR}/net/openh323
76
.endif
77
.endif
77
78
79
.if defined(WITH_BACKTRACE)
80
CONFIGURE_ARGS+= --with-execinfo=${LOCALBASE}
81
LIB_DEPENDS+=	execinfo.1:${PORTSDIR}/devel/libexecinfo
82
.else
83
CONFIGURE_ARGS+= --without-execinfo
84
.endif
85
78
.if !defined(WITH_ZAPTEL)
86
.if !defined(WITH_ZAPTEL)
79
PLIST_SUB+=	WITH_ZAPTEL="@comment "
87
PLIST_SUB+=	WITH_ZAPTEL="@comment "
80
CONFIGURE_ARGS+= --without-zaptel
88
CONFIGURE_ARGS+= --without-zaptel

Return to bug 139776