Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 18:46:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442255 - head/audio/audacity
Message-ID:  <201705311846.v4VIk92Q084668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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