Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 17:18:36 +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: r487804 - head/audio/rtmidi
Message-ID:  <201812191718.wBJHIaMB073002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 19 17:18:36 2018
New Revision: 487804
URL: https://svnweb.freebsd.org/changeset/ports/487804

Log:
  audio/rtmidi: add USES=compiler:c11
  
  PR:		234164
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/audio/rtmidi/Makefile

Modified: head/audio/rtmidi/Makefile
==============================================================================
--- head/audio/rtmidi/Makefile	Wed Dec 19 17:15:23 2018	(r487803)
+++ head/audio/rtmidi/Makefile	Wed Dec 19 17:18:36 2018	(r487804)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libjack.so:audio/jack
 
-USES=		autoreconf libtool localbase
+USES=		autoreconf compiler:c11 libtool localbase
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	thestk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812191718.wBJHIaMB073002>