Date: Mon, 10 Jun 2019 09:55:22 +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: r503883 - head/audio/rtaudio Message-ID: <201906100955.x5A9tMKF013436@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Jun 10 09:55:22 2019 New Revision: 503883 URL: https://svnweb.freebsd.org/changeset/ports/503883 Log: audio/rtaudio: add USES=compiler:c++11-lang to fix linking of audio/muse-sequencer Approved by: mentors (implicite approval) Modified: head/audio/rtaudio/Makefile Modified: head/audio/rtaudio/Makefile ============================================================================== --- head/audio/rtaudio/Makefile Mon Jun 10 09:43:58 2019 (r503882) +++ head/audio/rtaudio/Makefile Mon Jun 10 09:55:22 2019 (r503883) @@ -9,7 +9,7 @@ COMMENT= C++ classes that provide a common API for rea LICENSE= MIT -USES= autoreconf libtool pkgconfig +USES= autoreconf compiler:c++11-lang libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= thestk GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906100955.x5A9tMKF013436>