Date: Sat, 6 Oct 2018 16:08:44 +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: r481373 - head/audio/drumkv1-lv2 Message-ID: <201810061608.w96G8iTG032349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810061608.w96G8iTG032349>