svn commit: r551634 - head/databases/postgresql13-server

Adam Weinberger adamw at adamw.org
Thu Oct 8 10:11:24 UTC 2020


On Wed, Oct 7, 2020 at 7:06 AM Piotr Kubaj <pkubaj at freebsd.org> wrote:
>
> Author: pkubaj
> Date: Wed Oct  7 13:06:19 2020
> New Revision: 551634
> URL: https://svnweb.freebsd.org/changeset/ports/551634
>
> Log:
>   databases/postgresql13-server: fix build on GCC architectures
>
>   Add the previously removed disabling of LLVM when it's not in base.


> +OPTIONS_DEFAULT+=      ${OPTIONS_DEFAULT_${CHOSEN_COMPILER_TYPE}}
> +OPTIONS_DEFAULT_clang= LLVM

This forces the LLVM option on for all clang users, and prevents it
from ever getting turned off. Please, turn the LLVM forcing off.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the svn-ports-all mailing list