Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2019 17:45:55 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501189 - head/x11-fm/thunar
Message-ID:  <201905101745.x4AHjtIO020294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri May 10 17:45:54 2019
New Revision: 501189
URL: https://svnweb.freebsd.org/changeset/ports/501189

Log:
  Enable extra debugging code when building binaries with debugging symbols.
  
  PR:		236438
  Submitted by:	rozhuk.im@gmail.com

Modified:
  head/x11-fm/thunar/Makefile

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Fri May 10 17:40:02 2019	(r501188)
+++ head/x11-fm/thunar/Makefile	Fri May 10 17:45:54 2019	(r501189)
@@ -74,4 +74,10 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \
 		${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+=	--enable-debug
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905101745.x4AHjtIO020294>