Bug 85555

Summary: math/fftw3: configure failure on amd64 when OPTIMIZED_CFLAGS turned on
Product: Ports & Packages Reporter: Tetsuya Uemura <t_uemura.at.macome.co.jp>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tetsuya Uemura freebsd_committer freebsd_triage 2005-09-01 08:50:15 UTC
      Compiler flag `-malign-double' is given if CPU supports 3DNow when variable WITH_OPTIMIZED_CFLAGS is set while this flag causes error on amd64.

Fix: Apply following patch.
How-To-Repeat:       # cd /usr/ports/math/fftw3 && make -DBATCH WITH_OPTIMIZED_CFLAGS=yes configure
Comment 1 Michael Johnson freebsd_committer freebsd_triage 2005-09-01 18:57:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Mine
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2005-09-01 19:00:39 UTC
State Changed
From-To: open->closed

Committed, Thanks!