diff options
Diffstat (limited to 'devel/avr-gcc-3/Makefile')
-rw-r--r-- | devel/avr-gcc-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 93a410f28d9c..d2e1affe3059 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -28,11 +28,11 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} +USE_AUTOHEADER_VER= 213 USE_PERL5_BUILD= yes USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes -USE_AUTOHEADER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --disable-nls |