[Bug 226652] x11-toolkits/vte3 fails to build on 11.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 16 17:33:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226652
--- Comment #12 from Ting-Wei Lan <lantw44 at gmail.com> ---
(In reply to w.schwarzenfeld from comment #11)
Thanks, your 'config.log' is useful.
The problem is that Templates/config.site sets 'ac_cv_func_floor=yes', which
causes the configure script to skip the check of 'floor' function and assume it
is always available. However, this assumption is not always correct. You have
to link with '-lm' to use 'floor' function, and vte only tries to add '-lm'
when it cannot find 'floor'. If we skip the check with config.site file, '-lm'
is not added and the check for 'round' fails.
It should already be fixed by removing 'ac_cv_func_floor=yes' from config.site.
https://svnweb.freebsd.org/changeset/ports/464654
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list