HomeFreeBSD

Disable -Werror to fix build on versions older than 11.0.

Description

Disable -Werror to fix build on versions older than 11.0.

The Makefiles in this port use CWARNFLAGS.clang to disable certain
warnings on clang. However, the bsd.*.mk files only support this
feature in 11.0 and later. Disable -Werror on older OS versions as
a workaround.

Approved by: feld

Details

Provenance
jhbAuthored on
Parents
rP447183: Update to 1.38.4
Branches
Unknown
Tags
Unknown