From a8ef5f2b48a5798ce3f0031e64220c506f57a72f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 6 Sep 2013 22:04:10 +0000 Subject: [PATCH] Attempt to fix building on recent head --- devel/avr-gcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 39b4dd70de48..2b81516900c6 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -34,8 +34,8 @@ CONFIGURE_SCRIPT= ../gcc-${PORTVERSION}/configure USE_PERL5_BUILD= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= bison gettext +CPPFLAGS+= -I${LOCALBASE}/include +USES= bison gettext gmake GNU_CONFIGURE= yes .include