svn commit: r481373 - head/audio/drumkv1-lv2

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 6 16:08:44 UTC 2018


Author: yuri
Date: Sat Oct  6 16:08:43 2018
New Revision: 481373
URL: https://svnweb.freebsd.org/changeset/ports/481373

Log:
  audio/drumkv1-lv2: Fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang
  Also add USES=gl
  
  PR:		232005
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/audio/drumkv1-lv2/Makefile

Modified: head/audio/drumkv1-lv2/Makefile
==============================================================================
--- head/audio/drumkv1-lv2/Makefile	Sat Oct  6 16:05:18 2018	(r481372)
+++ head/audio/drumkv1-lv2/Makefile	Sat Oct  6 16:08:43 2018	(r481373)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libjack.so:audio/jack \
 		libsndfile.so:audio/libsndfile \
 		liblo.so:audio/liblo
 
-USES=		gmake localbase:ldflags pkgconfig qt:5 shared-mime-info
+USES=		compiler:c++11-lang gl gmake localbase:ldflags pkgconfig qt:5 shared-mime-info
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-alsa-midi
 USE_QT=		core gui widgets xml buildtools_build qmake_build


More information about the svn-ports-head mailing list