Date: Sun, 5 May 2019 20:18:58 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500872 - head/audio/lv2lint Message-ID: <201905052018.x45KIwJn075950@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun May 5 20:18:58 2019 New Revision: 500872 URL: https://svnweb.freebsd.org/changeset/ports/500872 Log: Add compiler:c++11-lang to ensure building on GCC-based architectures. Approved by: portmgr (tier-2 blanket) Modified: head/audio/lv2lint/Makefile Modified: head/audio/lv2lint/Makefile ============================================================================== --- head/audio/lv2lint/Makefile Sun May 5 20:04:51 2019 (r500871) +++ head/audio/lv2lint/Makefile Sun May 5 20:18:58 2019 (r500872) @@ -17,7 +17,7 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv RUN_DEPENDS= curl>0:ftp/curl \ libelf>0:devel/libelf -USES= meson pkgconfig +USES= compiler:c++11-lang meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 3c24394
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905052018.x45KIwJn075950>