git: e864e9b815f2 - main - x11-toolkits/vte3: Set LLVM_VERSION to 11 to unbreak 12.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Mar 2022 15:16:41 UTC
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>