1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Don't enable crash dialog when DEBUG=on - this prevents

coredump file creation.

PR:		ports/175482
Submitted by:	Fabian Keil <fk@fabiankeil.de>
This commit is contained in:
Pawel Pekala 2013-01-24 15:51:35 +00:00
parent 6ecb28e27d
commit 868d3736b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310935

View File

@ -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}