Date: Tue, 11 Dec 2018 16:35: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: r487241 - head/audio/vamp-plugin-sdk Message-ID: <201812111635.wBBGZwaw074204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Dec 11 16:35:58 2018 New Revision: 487241 URL: https://svnweb.freebsd.org/changeset/ports/487241 Log: This port needs to use new GCC from ports on GCC-based architectures, so add USES=compiler:c++11-lang. PR: 233866 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/audio/vamp-plugin-sdk/Makefile Modified: head/audio/vamp-plugin-sdk/Makefile ============================================================================== --- head/audio/vamp-plugin-sdk/Makefile Tue Dec 11 16:12:54 2018 (r487240) +++ head/audio/vamp-plugin-sdk/Makefile Tue Dec 11 16:35:58 2018 (r487241) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsndfile.so:audio/libsndfile GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig +USES= compiler:c++11-lang gmake pathfix pkgconfig USE_LDCONFIG= yes post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812111635.wBBGZwaw074204>