Date: Thu, 8 Oct 2020 04:11:05 -0600 From: Adam Weinberger <adamw@adamw.org> To: Piotr Kubaj <pkubaj@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org> Subject: Re: svn commit: r551634 - head/databases/postgresql13-server Message-ID: <CAP7rwcgpFhJB2d09XuvpOQ%2B09OPZoW%2BOXbtQTrqEp22=qJFKJA@mail.gmail.com> In-Reply-To: <202010071306.097D6JOj080863@repo.freebsd.org> References: <202010071306.097D6JOj080863@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 7, 2020 at 7:06 AM Piotr Kubaj <pkubaj@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@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwcgpFhJB2d09XuvpOQ%2B09OPZoW%2BOXbtQTrqEp22=qJFKJA>