svn commit: r552965 - head/devel/avarice

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 22 12:41:07 UTC 2020


Author: pkubaj
Date: Thu Oct 22 12:41:06 2020
New Revision: 552965
URL: https://svnweb.freebsd.org/changeset/ports/552965

Log:
  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
  
  MFH:		2020Q4 (fix build blanket)

Modified:
  head/devel/avarice/Makefile

Modified: head/devel/avarice/Makefile
==============================================================================
--- head/devel/avarice/Makefile	Thu Oct 22 12:35:55 2020	(r552964)
+++ head/devel/avarice/Makefile	Thu Oct 22 12:41:06 2020	(r552965)
@@ -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}


More information about the svn-ports-all mailing list