Summary: | Build failed for graphics/squish 1.10 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ivan Klymenko <fidaj> |
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | rddeblois |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(rddeblois) |
Version: | Latest | ||
Hardware: | i386 | ||
OS: | Any |
Description
Ivan Klymenko
2015-05-23 12:36:44 UTC
The -msse2 flag needs to be added instead of -msse when USE_SSE2 is set. I'm not familiar with the policy on building with SSE2 by default, but perhaps the default for USE_SSE2 should only be ON on amd64 and OFF on i386. I'll be traveling for the duration of the next week but I can look at it more closely afterwards if necessary. (In reply to rddeblois from comment #1) > The -msse2 flag needs to be added instead of -msse when USE_SSE2 is set. > I'm not familiar with the policy on building with SSE2 by default, but > perhaps the default for USE_SSE2 should only be ON on amd64 and OFF on i386. Did exactly that, thanks! A commit references this bug: Author: amdmi3 Date: Wed Jul 1 02:44:28 UTC 2015 New revision: 391025 URL: https://svnweb.freebsd.org/changeset/ports/391025 Log: - Use correct flag for SSE instructions - Enable SSE on amd64 by default PR: 200411 Submitted by: fidaj@ukr.net, rddeblois@gmail.com (maintainer) Changes: head/graphics/squish/Makefile |