diff options
author | pawel <pawel@FreeBSD.org> | 2013-01-24 23:51:35 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-01-24 23:51:35 +0800 |
commit | a8a13e34b92efb6c70a3b68957a32afba6f99e27 (patch) | |
tree | a454292af5ea56ee9a7b9b5c42af77ec211776f1 /mail | |
parent | 7c151cec91259df6de6fa5b9f6e08f6d1e3ea24b (diff) | |
download | freebsd-ports-gnome-a8a13e34b92efb6c70a3b68957a32afba6f99e27.tar.gz freebsd-ports-gnome-a8a13e34b92efb6c70a3b68957a32afba6f99e27.tar.zst freebsd-ports-gnome-a8a13e34b92efb6c70a3b68957a32afba6f99e27.zip |
Don't enable crash dialog when DEBUG=on - this prevents
coredump file creation.
PR: ports/175482
Submitted by: Fabian Keil <fk@fabiankeil.de>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 79b5266ddad8..c41e01918315 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \ .endif .if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog +CONFIGURE_ARGS+= --enable-maintainer-mode .endif .if ${PORT_OPTIONS:MDILLO} |