Date: Tue, 21 Jul 2020 08:41:14 +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: r542728 - head/audio/lenticular-lv2 Message-ID: <202007210841.06L8fEEr097159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jul 21 08:41:14 2020 New Revision: 542728 URL: https://svnweb.freebsd.org/changeset/ports/542728 Log: audio/lenticular-lv2: fix build on GCC architectures Use newer GCC: cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs" MFH: 2020Q3 (fix build blanket) Modified: head/audio/lenticular-lv2/Makefile Modified: head/audio/lenticular-lv2/Makefile ============================================================================== --- head/audio/lenticular-lv2/Makefile Tue Jul 21 08:34:43 2020 (r542727) +++ head/audio/lenticular-lv2/Makefile Tue Jul 21 08:41:14 2020 (r542728) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gmake pkgconfig +USES= compiler:c++11-lang gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= polyeffects GH_PROJECT= lenticular_lv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210841.06L8fEEr097159>