svn commit: r502160 - head/audio/synthv1-lv2

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 20 19:54:12 UTC 2019


Author: pkubaj
Date: Mon May 20 19:54:11 2019
New Revision: 502160
URL: https://svnweb.freebsd.org/changeset/ports/502160

Log:
  audio/synthv1-lv2: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix:
  checking for Qt library version >= 5.1... no; Qt 5.1 or greater is required
  
  Approved by:	mentors (implict approval)

Modified:
  head/audio/synthv1-lv2/Makefile

Modified: head/audio/synthv1-lv2/Makefile
==============================================================================
--- head/audio/synthv1-lv2/Makefile	Mon May 20 19:40:28 2019	(r502159)
+++ head/audio/synthv1-lv2/Makefile	Mon May 20 19:54:11 2019	(r502160)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libjack.so:audio/jack \
 		liblo.so:audio/liblo
 
-USES=		autoreconf gl gmake pkgconfig qt:5 shared-mime-info
+USES=		autoreconf compiler:c++11-lang gl gmake pkgconfig qt:5 \
+		shared-mime-info
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rncbc


More information about the svn-ports-all mailing list