Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 04:14:50 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498526 - head/audio/x42-plugins-lv2
Message-ID:  <201904100414.x3A4Eo45029504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr 10 04:14:49 2019
New Revision: 498526
URL: https://svnweb.freebsd.org/changeset/ports/498526

Log:
  audio/x42-plugins-lv2: fix build with GCC-based architectures
  
  PR:		237141
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/audio/x42-plugins-lv2/Makefile

Modified: head/audio/x42-plugins-lv2/Makefile
==============================================================================
--- head/audio/x42-plugins-lv2/Makefile	Wed Apr 10 04:11:39 2019	(r498525)
+++ head/audio/x42-plugins-lv2/Makefile	Wed Apr 10 04:14:49 2019	(r498526)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libfftw3f.so:math/fftw3-float \
 		libsndfile.so:audio/libsndfile \
 		libzita-convolver.so:audio/zita-convolver
 
-USES=		gl gmake gnome localbase pkgconfig tar:xz shebangfix
+USES=		compiler:c++11-lang gl gmake gnome localbase pkgconfig tar:xz shebangfix
 USE_GITHUB=	nodefault
 GH_TUPLE=	x42:convoLV2:f814f1e:x/convoLV2zita4
 USE_GNOME=	glib20 pango cairo



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