View | Details | Raw Unified | Return to bug 238581 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-2 / +4 lines)
Lines 17-25 Link Here
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
INSTALL_TARGET=	install-strip
21
20
22
OPTIONS_DEFINE=	BOT CAPSICUM DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
21
OPTIONS_DEFINE=	BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
23
OPTIONS_DEFAULT=	CAPSICUM PERL
22
OPTIONS_DEFAULT=	CAPSICUM PERL
24
23
25
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
Lines 27-32 Link Here
27
BOT_CONFIGURE_WITH=	bot
26
BOT_CONFIGURE_WITH=	bot
28
CAPSICUM_DESC=	Capsicum support
27
CAPSICUM_DESC=	Capsicum support
29
CAPSICUM_CONFIGURE_WITH=	capsicum
28
CAPSICUM_CONFIGURE_WITH=	capsicum
29
DEBUG_DESC=	Build with debug symbols
30
DEBUG_CONFIGURE_WITH=	debug
31
DEBUG_VARS=	WITH_DEBUG=yes
30
OTR_DESC=	OTR (off-the-record) support
32
OTR_DESC=	OTR (off-the-record) support
31
OTR_CONFIGURE_ON=	--with-otr \
33
OTR_CONFIGURE_ON=	--with-otr \
32
			--with-libotr-inc-prefix=${PREFIX}/include
34
			--with-libotr-inc-prefix=${PREFIX}/include

Return to bug 238581