Closed

Description
Just tried building tidy-html5 on FreeBSD 10 (which ships clang, not gcc) and it fails because the makefile is hardcoded to assume gcc is installed. The POSIX standard says that systems must ship cc
, so the correct approach is to call cc
and let the OS call the correct compiler with that.