svn commit: r387281 - in head: Mk devel/qt5-core x11-toolkits/qt5-declarative x11-toolkits/qt5-gui
Tijl Coosemans
tijl at FreeBSD.org
Sun May 24 18:22:52 UTC 2015
On Sun, 24 May 2015 17:05:48 +0000 Antoine Brodin <antoine at FreeBSD.org> wrote:
> On Sun, May 24, 2015 at 4:41 PM, Tijl Coosemans <tijl at freebsd.org> wrote:
> > Author: tijl
> > Date: Sun May 24 16:41:16 2015
> > New Revision: 387281
> > URL: https://svnweb.freebsd.org/changeset/ports/387281
> >
> > Log:
> > Qt 5.3 removed runtime detection of SSE2 so it needs to be configured
> > with -no-sse2 at buildtime on i386.
> >
> > PR: 198738, 200258
> > Reported by: sasamotikomi at gmail.com
> > Approved by: maintainer timeout (2 weeks)
> >
>
> Hi,
>
> This doesn't seem to work with fmake:
>
> "/usr/ports/Mk/bsd.qt.mk", line 149: Malformed conditional (${ARCH} ==
> i386 && !(defined(MACHINE_CPU) && ${MACHINE_CPU:Msse2}))
Fixed in r387281. Somehow I thought we always required bmake.
More information about the svn-ports-head
mailing list