mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
devel/avr-gdb: Fix build on gcc5 by disabling -Werror
Approved by: blanket
This commit is contained in:
parent
20fd971ef9
commit
f8a74cfb59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379905
@ -17,7 +17,8 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls
|
||||
CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls \
|
||||
--disable-werror
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
|
||||
|
Loading…
Reference in New Issue
Block a user