svn commit: r498526 - head/audio/x42-plugins-lv2

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 10 04:14:50 UTC 2019


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


More information about the svn-ports-all mailing list