diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 22:04:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 22:04:10 +0000 |
commit | a8ef5f2b48a5798ce3f0031e64220c506f57a72f (patch) | |
tree | 1f8f960e5e4d4f934aca389fd65625f32d3f2bd6 /devel/avr-gcc | |
parent | 625521b37aae8aa74ab4d9fe14e56d8397c4f538 (diff) | |
download | ports-a8ef5f2b48a5798ce3f0031e64220c506f57a72f.tar.gz ports-a8ef5f2b48a5798ce3f0031e64220c506f57a72f.zip |
Notes
Diffstat (limited to 'devel/avr-gcc')
-rw-r--r-- | devel/avr-gcc/Makefile | 4 |
1 files 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 <bsd.port.pre.mk> |