svn commit: r477036 - in head/databases/mysql80-server: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Aug 13 10:11:57 UTC 2018
On Sun, Aug 12, 2018 at 10:31:09PM +0000, Mark Linimon wrote:
> On Sun, Aug 12, 2018 at 07:10:43PM +0000, Mahdi Mokhtari wrote:
> > +# required for SSE-4.2 support on the default Clang++ on 10.4
> > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
> > +CXXFLAGS+= -msse4.2
> > +.endif
>
> IIUC this will break on mips* and powerpc*.
Plus sparc64 and others which use gcc by default (which, unlike clang,
refuses to accept unrecognized command line options).
./danfe
More information about the svn-ports-head
mailing list