svn commit: r487804 - head/audio/rtmidi

Yuri Victorovich yuri at FreeBSD.org
Wed Dec 19 17:18:37 UTC 2018


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 at 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


More information about the svn-ports-all mailing list