Date: Mon, 20 May 2019 19:54:11 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502160 - head/audio/synthv1-lv2 Message-ID: <201905201954.x4KJsBmQ033630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905201954.x4KJsBmQ033630>