1
0
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:
John Marino 2015-02-25 12:51:51 +00:00
parent 20fd971ef9
commit f8a74cfb59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379905

View File

@ -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