diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-08-29 19:39:58 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-08-29 19:39:58 +0000 |
commit | 7eb8d788eb0fad5b54e5e3cc02eaf94fe9b8f17d (patch) | |
tree | 7d45e992004c2c571b5897e3e78b061fbe96be7d /devel | |
parent | 4522ef8f18c478fecf7f3a4009785fd1a6298a26 (diff) | |
download | ports-7eb8d788eb0fad5b54e5e3cc02eaf94fe9b8f17d.tar.gz ports-7eb8d788eb0fad5b54e5e3cc02eaf94fe9b8f17d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-gcc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index de965e8a0814..7ea7b64cb344 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -24,7 +24,8 @@ LIB_DEPENDS= libmpfr.so:math/mpfr \ RUN_DEPENDS= avr-as:devel/avr-binutils \ avr-ld:devel/avr-binutils -USES= bison gmake iconv libtool makeinfo perl5 tar:xz +USES= bison compiler:c++11-lang gmake iconv libtool localbase \ + makeinfo perl5 tar:xz # DIST_VERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. A PORTVERSION of @@ -35,8 +36,8 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} USE_PERL5= build -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes CONFLICTS= avr-gcc-devel* |