- In the heat of the battle I mistakenly patched amd64 instead of alpha.
amd64 does not need this fix (tested on sledge), alpha is fixed by this fix (tested on beast). PR: ports/59238 Submitted by: Rob Byrnes <Rob.Byrnes@comindico.com.au>
This commit is contained in:
parent
f0c44f4ee6
commit
b217fc5e4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95337
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
+ sparc64-*-*bsd*)
|
||||
+ ac_cv_c_ieee_interface=unknown
|
||||
+ ;;
|
||||
+ amd64-*-*bsd*)
|
||||
+ alpha-*-*bsd*)
|
||||
+ ac_cv_c_ieee_interface=unknown
|
||||
+ ;;
|
||||
+ ia64-*-*bsd*)
|
||||
|
|
Loading…
Reference in a new issue