svn commit: r503883 - head/audio/rtaudio

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 10 09:55:23 UTC 2019


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


More information about the svn-ports-head mailing list