svn commit: r497342 - in head/audio/fabla2-lv2: . files

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 30 20:04:57 UTC 2019


Author: yuri
Date: Sat Mar 30 20:04:56 2019
New Revision: 497342
URL: https://svnweb.freebsd.org/changeset/ports/497342

Log:
  audio/fabla2-lv2: fix build with GCC-based architectures
  
  PR:		236826
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Deleted:
  head/audio/fabla2-lv2/files/patch-src_picojson.hxx
  head/audio/fabla2-lv2/files/patch-src_ui_avtk_avtk_picojson.hxx
Modified:
  head/audio/fabla2-lv2/Makefile

Modified: head/audio/fabla2-lv2/Makefile
==============================================================================
--- head/audio/fabla2-lv2/Makefile	Sat Mar 30 20:02:51 2019	(r497341)
+++ head/audio/fabla2-lv2/Makefile	Sat Mar 30 20:04:56 2019	(r497342)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c++11-lang gnome pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	openAVproductions
 GH_PROJECT=	openAV-Fabla2


More information about the svn-ports-all mailing list