Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 05:40:20 +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: r492752 - head/comms/bladerf
Message-ID:  <201902120540.x1C5eKSg085233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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