FreeBSD Bugzilla – Attachment 98752 Details for
Bug 137712
graphics/ImageMagick does not build with FreeBSD 7.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 372 bytes, created by
Stephen Montgomery-Smith
on 2009-08-13 05:00:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2009-08-13 05:00:16 UTC
Size:
372 bytes
patch
obsolete
>--- magick/fourier-orig.c 2009-08-12 21:39:18.000000000 -0500 >+++ magick/fourier.c 2009-08-12 21:40:13.000000000 -0500 >@@ -515,7 +515,7 @@ > for (x=0L; x < (long) fourier_info->center; x++) > { > magnitude[i]=cabs(fourier[i]); >- phase[i]=carg(fourier[i]); >+ phase[i]=atan2(cimag(fourier[i]),creal(fourier[i])); > i++; > } > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137712
: 98752