[Bug 252379] Mk/Uses/compiler.mk: remove USE_GCC=yes for compiler:openmp due to libomp.so is part of base since 11.3/12.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 9 20:39:52 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252379
--- Comment #19 from Jason W. Bacon <jwb at freebsd.org> ---
(In reply to Antoine Brodin from comment #18)
Why shouldn't it added somewhere outside compiler.mk?
We have 138 ports using this check according to
port-grep '.if.*CHOSEN_COMPILER' -l|wc
many of which no longer need gcc. So we have two choices if we want to
eliminate unnecessary gcc deps:
1. Support CHOSEN_COMPILER_TYPE without USES=compiler
2. Alter 138 ports to use a different strategy, like using ARCH and OSVERSION,
which would be a maintenance nightmare
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gnome
mailing list