Bug 202646 - audio/soundtouch: SSE is silently disabled on 9.x
Summary: audio/soundtouch: SSE is silently disabled on 9.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-25 09:20 UTC by Jan Beich
Modified: 2015-09-17 18:56 UTC (History)
0 users

See Also:


Attachments
v1 (585 bytes, patch)
2015-08-25 09:20 UTC, Jan Beich
no flags Details | Diff
QA: poudriere testport -j 93amd64 (32.40 KB, text/plain)
2015-08-25 09:20 UTC, Jan Beich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2015-08-25 09:20:22 UTC
Created attachment 160338 [details]
v1

$ make
[...]
checking cpuid.h usability... no
checking cpuid.h presence... no
checking for cpuid.h... no
configure: WARNING: The cpuid.h file was not found therefore the x86 optimizations will be disabled.
configure: WARNING: If using a x86 architecture and optimizations are desired then please install gcc (>=\
 4.3).
configure: WARNING: If using a non-x86 architecture then this is expected and can be ignored.
[...]
****** x86 optimizations disabled ******
Comment 1 Jan Beich freebsd_committer freebsd_triage 2015-08-25 09:20:59 UTC
Created attachment 160339 [details]
QA: poudriere testport -j 93amd64
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-09-17 18:54:09 UTC
A commit references this bug:

Author: jbeich
Date: Thu Sep 17 18:53:19 UTC 2015
New revision: 397202
URL: https://svnweb.freebsd.org/changeset/ports/397202

Log:
  audio/soundtouch: adjust options

  - Make INTEGER_SAMPLES default on platforms with emulated floating point
    to be in sync with r395349 [1]
  - Fix SSE detection on 9.x by requesting a modern compiler with cpuid.h [2]

  PR:		202642 [1], 202646 [2]
  Approved by:	maintainer timeout (3 weeks)

Changes:
  head/audio/soundtouch/Makefile