1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

audio/rtmidi: add USES=compiler:c11

PR:		234164
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Yuri Victorovich 2018-12-19 17:18:36 +00:00
parent 3ba85593e4
commit f20fc578b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487804

View File

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