From 60ed1e03d6b443c02233022ead684edc69e56dae Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Mon, 28 Jan 2019 02:52:17 +0000 Subject: [PATCH] As it turns out xtensa-esp32-elf does not work with python 3.7 (at least) so pin it to python 2.7. Approved by: ler (mentor, implicit) --- devel/xtensa-esp32-elf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/xtensa-esp32-elf/Makefile b/devel/xtensa-esp32-elf/Makefile index 7ea8d0eb4282..6d871511c5b8 100644 --- a/devel/xtensa-esp32-elf/Makefile +++ b/devel/xtensa-esp32-elf/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtensa-esp32-elf DISTVERSION= 1.22.0.g20171219 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases/binutils:source1 \ GNU/binutils:source1 \ @@ -53,7 +53,7 @@ BUILD_DEPENDS= bash:shells/bash \ makeinfo:print/texinfo \ wget:ftp/wget -USES= autoreconf:build bison gmake libtool python +USES= autoreconf:build bison gmake libtool python:2.7 USE_GCC= 7 USE_GITHUB= yes USE_LDCONFIG= ${PREFIX}/${PORTNAME}/libexec/gcc/${PORTNAME}/5.2.0