[Bug 205139] net/tigervnc: build breaks when gcc and g++ are present and clang is the system compiler

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 8 16:45:10 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205139

--- Comment #2 from Ting-Wei Lan <lantw44 at gmail.com> ---
I don't think this problem is specific to tigervnc because all projects using
autotools can break because of this change in lang/gcc. Users that manually
download sources can no longer expect './configure && make' to work. We can set
environment variables in ports to prevent gcc and g++ from being found by
configure scripts, but I don't think we should force all users to set CC, CPP,
CXX to keep their systems working after installing a package.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports mailing list