aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-07-09 21:25:53 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-07-09 21:25:53 +0000
commit564014699351925d6db8661e8589d72b3b4bf2ff (patch)
tree47135c87925168bde0c63c2786e007bd9e4aef51 /irc/irssi
parentf098e91391cbc7ece13a821588a13b46a53af6e9 (diff)
downloadports-564014699351925d6db8661e8589d72b3b4bf2ff.tar.gz
ports-564014699351925d6db8661e8589d72b3b4bf2ff.zip
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)
Notes
Notes: svn path=/head/; revision=506316
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 175cdc0f8cfd..e80ca3ce95ea 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -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