View | Details | Raw Unified | Return to bug 266189
Collapse All | Expand All

(-)b/cad/cvc/Makefile (-2 / +2 lines)
Lines 14-20 BUILD_DEPENDS= pyinstaller:devel/py-pyinstaller@${PY_FLAVOR} \ Link Here
14
		bash:shells/bash
14
		bash:shells/bash
15
15
16
USES=		autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix
16
USES=		autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix
17
USE_GCC=	yes # clang fails, see https://github.com/d-m-bailey/cvc/issues/239
17
USE_GCC=	11 # clang fails, see https://github.com/d-m-bailey/cvc/issues/239
18
		   # GCC 12 fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266189
18
19
19
SHEBANG_FILES=	scripts/calibre_cvc scripts/clean_cvc_log scripts/expand_cells.py
20
SHEBANG_FILES=	scripts/calibre_cvc scripts/clean_cvc_log scripts/expand_cells.py
20
21
21
- 

Return to bug 266189