Bug 200258

Summary: devel/qt5-core incorrect optimization flag
Product: Ports & Packages Reporter: sasamotikomi
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Many People CC: tijl
Priority: --- Flags: bugzilla: maintainer-feedback? (kde)
Version: Latest   
Hardware: i386   
OS: Any   
Bug Depends on:    
Bug Blocks: 198738    

Description sasamotikomi 2015-05-17 00:58:37 UTC
c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -msse2
SSE2 should not be used for i386:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198738
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-24 16:41:23 UTC
A commit references this bug:

Author: tijl
Date: Sun May 24 16:41:18 UTC 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@gmail.com
  Approved by:	maintainer timeout (2 weeks)

Changes:
  head/Mk/bsd.qt.mk
  head/devel/qt5-core/Makefile
  head/x11-toolkits/qt5-declarative/Makefile
  head/x11-toolkits/qt5-gui/Makefile