svn commit: r501189 - head/x11-fm/thunar

Guido Falsi madpilot at FreeBSD.org
Fri May 10 17:45:55 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list