Skip to content

Commit

Permalink
cad/cvc: Set USE_GCC=11
Browse files Browse the repository at this point in the history
The build fails with GCC 12, which is soon to become GCC_DEFAULT.

PR:		266189
Reported by:	exp-run (antoine)
Approved by:	maintainer timeout (yuri, 2 weeks)
  • Loading branch information
lsalvadore committed Dec 3, 2022
1 parent 0438270 commit b486b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cad/cvc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b486b0d

Please sign in to comment.