irc/irssi: Add non-default option DEBUG
* Add non-default option DEBUG to enable builds with debug symbols. PR: 238581 Submitted by: serpent7776@gmail.com (initial version), David O'Rourke Reviewed by: koobs Approved by: David O'Rourke (maintainer)
This commit is contained in:
parent
f098e91391
commit
5640146993
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506316
@ -19,7 +19,7 @@ USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
|
||||
OPTIONS_DEFINE= BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
|
||||
OPTIONS_DEFAULT= CAPSICUM PERL
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
@ -27,6 +27,8 @@ BOT_DESC= Bot support
|
||||
BOT_CONFIGURE_WITH= bot
|
||||
CAPSICUM_DESC= Capsicum support
|
||||
CAPSICUM_CONFIGURE_WITH= capsicum
|
||||
DEBUG_DESC= Build with debug symbols
|
||||
DEBUG_VARS= WITH_DEBUG=yes
|
||||
OTR_DESC= OTR (off-the-record) support
|
||||
OTR_CONFIGURE_ON= --with-otr \
|
||||
--with-libotr-inc-prefix=${PREFIX}/include
|
||||
|
Loading…
Reference in New Issue
Block a user