Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 12:41:59 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552966 - branches/2020Q4/devel/avarice
Message-ID:  <202010221241.09MCfxfZ060271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Oct 22 12:41:58 2020
New Revision: 552966
URL: https://svnweb.freebsd.org/changeset/ports/552966

Log:
  MFH: r552965
  
  devel/avarice: fix build on GCC architectures
  
  jtag3io.cc: In member function 'virtual void jtag3::deviceAutoConfig()':
  jtag3io.cc:579: error: a function-definition is not allowed here before '{' token
  jtag3io.cc:775: error: expected `}' at end of input
  jtag3io.cc:775: error: expected `}' at end of input
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q4/devel/avarice/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/avarice/Makefile
==============================================================================
--- branches/2020Q4/devel/avarice/Makefile	Thu Oct 22 12:41:06 2020	(r552965)
+++ branches/2020Q4/devel/avarice/Makefile	Thu Oct 22 12:41:58 2020	(r552966)
@@ -11,7 +11,7 @@ COMMENT=	Atmel AVR JTAG programmer and debugging inter
 
 LICENSE=	GPLv2
 
-USES=		perl5 tar:bzip2
+USES=		compiler:c11 perl5 tar:bzip2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_pathperl=${PERL}



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