svn commit: r442255 - head/audio/audacity

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 31 18:46:10 UTC 2017


Author: amdmi3
Date: Wed May 31 18:46:09 2017
New Revision: 442255
URL: https://svnweb.freebsd.org/changeset/ports/442255

Log:
  Remove bogus CONFIGURE_ENV

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Wed May 31 18:45:18 2017	(r442254)
+++ head/audio/audacity/Makefile	Wed May 31 18:46:09 2017	(r442255)
@@ -59,8 +59,7 @@ TWOLAME_DESC=	Use libtwolame for MP2 export support
 VAMP_DESC=	Vamp plug-in support
 VST_DESC=	VST plug-in support
 
-CONFIGURE_ENV+=	WX_CONFIG="${WX_CONFIG}" \
-		ax_cv_gcc_4_9_0=yes
+CONFIGURE_ENV+=	WX_CONFIG="${WX_CONFIG}"
 
 CONFIGURE_ARGS+=	--enable-unicode \
 			${ICONV_CONFIGURE_ARG} \


More information about the svn-ports-all mailing list