FreeBSD Bugzilla – Attachment 91879 Details for
Bug 129388
graphics/FreeImage builds with memalign
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 530 bytes, created by
Jacob Atzen
on 2008-12-03 10:20:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jacob Atzen
Created:
2008-12-03 10:20:03 UTC
Size:
530 bytes
patch
obsolete
>diff --git a/Source/LibOpenJPEG/opj_malloc.h b/Source/LibOpenJPEG/opj_malloc.h >index 6787aed..8ea2c51 100644 >--- a/Source/LibOpenJPEG/opj_malloc.h >+++ b/Source/LibOpenJPEG/opj_malloc.h >@@ -76,8 +76,7 @@ Allocate memory aligned to a 16 byte boundry > #if defined(__sun) > #define HAVE_MEMALIGN > /* Linux x86_64 and OSX always align allocations to 16 bytes */ >- #elif !defined(__amd64__) && !defined(__APPLE__) >- #define HAVE_MEMALIGN >+ #elif !defined(__amd64__) && !defined(__APPLE__) > #include <stdlib.h> > #endif > #endif
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 129388
: 91879