Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2022 15:16:41 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e864e9b815f2 - main - x11-toolkits/vte3: Set LLVM_VERSION to 11 to unbreak 12.3
Message-ID:  <202203231516.22NFGfgj041969@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e864e9b815f240b77fa8e1a71124222de0c7b725

commit e864e9b815f240b77fa8e1a71124222de0c7b725
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-03-23 15:16:39 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-23 15:16:39 +0000

    x11-toolkits/vte3: Set LLVM_VERSION to 11 to unbreak 12.3
---
 x11-toolkits/vte3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 54c3cbaca221..0845df70692e 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -39,4 +39,6 @@ PLIST_SUB=	VERSION=2.91
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
+LLVM_VERSION=	11
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203231516.22NFGfgj041969>