svn commit: r527659 - head/math/wxmaxima

Lorenzo Salvadore salvadore at FreeBSD.org
Tue Mar 3 00:45:16 UTC 2020


Author: salvadore
Date: Tue Mar  3 00:45:15 2020
New Revision: 527659
URL: https://svnweb.freebsd.org/changeset/ports/527659

Log:
  Add debug support for math/wxmaxima
  
  PR:		244464
  Approved by:	gerald (mentor)

Modified:
  head/math/wxmaxima/Makefile

Modified: head/math/wxmaxima/Makefile
==============================================================================
--- head/math/wxmaxima/Makefile	Tue Mar  3 00:23:09 2020	(r527658)
+++ head/math/wxmaxima/Makefile	Tue Mar  3 00:45:15 2020	(r527659)
@@ -25,8 +25,10 @@ WX_CONF_ARGS=	absolute
 
 PORTDATA=	COPYING README README.md
 
-OPTIONS_DEFINE=	NLS
+OPTIONS_DEFINE=	DEBUG NLS
 OPTIONS_SUB=	yes
+
+DEBUG_VARS=	WITH_DEBUG=yes
 
 NLS_EXTRA_PATCHES_OFF=	${PATCHDIR}/extra-patch-CMakeLists.txt
 NLS_USES=	gettext


More information about the svn-ports-all mailing list