svn commit: r492752 - head/comms/bladerf

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 12 05:40:21 UTC 2019


Author: yuri
Date: Tue Feb 12 05:40:20 2019
New Revision: 492752
URL: https://svnweb.freebsd.org/changeset/ports/492752

Log:
  comms/bladerf: fix build with GCC-based archictectures
  
  PR:		235673
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/comms/bladerf/Makefile

Modified: head/comms/bladerf/Makefile
==============================================================================
--- head/comms/bladerf/Makefile	Tue Feb 12 05:21:56 2019	(r492751)
+++ head/comms/bladerf/Makefile	Tue Feb 12 05:40:20 2019	(r492752)
@@ -11,7 +11,7 @@ COMMENT=	BladeRF USB 3.0 Superspeed software defined r
 LICENSE=	MIT LGPL20 GPLv2
 LICENSE_COMB=	multi
 
-USES=		cmake libedit
+USES=		cmake compiler:c11 libedit
 USE_GITHUB=	yes
 GH_ACCOUNT=	Nuand
 GH_TUPLE=	analogdevicesinc:no-OS:0bba46e:x/thirdparty/analogdevicesinc/no-OS


More information about the svn-ports-all mailing list