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)
This commit is contained in:
Piotr Kubaj 2020-10-22 12:41:58 +00:00
parent 53d2c7bbed
commit 58e94cad43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=552966

View File

@ -11,7 +11,7 @@ COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
LICENSE= GPLv2
USES= perl5 tar:bzip2
USES= compiler:c11 perl5 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_pathperl=${PERL}