Date: Sat, 30 Mar 2019 20:04:57 +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: r497342 - in head/audio/fabla2-lv2: . files Message-ID: <201903302004.x2UK4vmG009986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 30 20:04:56 2019 New Revision: 497342 URL: https://svnweb.freebsd.org/changeset/ports/497342 Log: audio/fabla2-lv2: fix build with GCC-based architectures PR: 236826 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Deleted: head/audio/fabla2-lv2/files/patch-src_picojson.hxx head/audio/fabla2-lv2/files/patch-src_ui_avtk_avtk_picojson.hxx Modified: head/audio/fabla2-lv2/Makefile Modified: head/audio/fabla2-lv2/Makefile ============================================================================== --- head/audio/fabla2-lv2/Makefile Sat Mar 30 20:02:51 2019 (r497341) +++ head/audio/fabla2-lv2/Makefile Sat Mar 30 20:04:56 2019 (r497342) @@ -15,7 +15,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-Fabla2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903302004.x2UK4vmG009986>