diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile index 01b517213b70..444fe20d2ac3 100644 --- a/devel/avr-gdb/Makefile +++ b/devel/avr-gdb/Makefile @@ -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 |