From 4eba9e292c9514d957a68c70202e95823149e13f Mon Sep 17 00:00:00 2001 From: Lorenzo Salvadore Date: Wed, 16 Nov 2022 22:51:36 +0100 Subject: [PATCH] cad/cvc: Set USE_GCC=11 The build fails with GCC 12, which is soon to become GCC_DEFAULT. PR: 266189 Reported by: exp-run (antoine) --- cad/cvc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/cvc/Makefile b/cad/cvc/Makefile index ca008568ec0f..5486a92a2ee3 100644 --- a/cad/cvc/Makefile +++ b/cad/cvc/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= pyinstaller:devel/py-pyinstaller@${PY_FLAVOR} \ bash:shells/bash USES= autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix -USE_GCC= yes # clang fails, see https://github.com/d-m-bailey/cvc/issues/239 +USE_GCC= 11 # clang fails, see https://github.com/d-m-bailey/cvc/issues/239 + # GCC 12 fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266189 SHEBANG_FILES= scripts/calibre_cvc scripts/clean_cvc_log scripts/expand_cells.py -- 2.38.0