diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-12-20 09:00:38 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-12-20 09:00:38 +0000 |
| commit | f565761baf9bb386631833cce7e0f433ab2c7619 (patch) | |
| tree | d337bc92cba49de1934f00d57789c4efe4ed7168 /graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h | |
| parent | Fix startup script and bump PORTREVISION. (diff) | |
- Update to 3.14.1
- Makefile cleanup
PR: 153178
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=266632
Diffstat (limited to 'graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h')
| -rw-r--r-- | graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h b/graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h index fc4362a3b6fd..119cef1f230c 100644 --- a/graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h +++ b/graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h @@ -1,12 +1,14 @@ ---- Source/LibOpenJPEG/opj_malloc.h.orig 2008-12-03 16:48:35.000000000 +0100 -+++ Source/LibOpenJPEG/opj_malloc.h 2008-12-03 16:49:08.000000000 +0100 -@@ -77,7 +77,9 @@ +--- Source/LibOpenJPEG/opj_malloc.h.orig ++++ Source/LibOpenJPEG/opj_malloc.h +@@ -85,8 +85,10 @@ #define HAVE_MEMALIGN /* Linux x86_64 and OSX always align allocations to 16 bytes */ #elif !defined(__amd64__) && !defined(__APPLE__) + #ifndef __FreeBSD__ #define HAVE_MEMALIGN +- #include <malloc.h> + #endif - #include <malloc.h> ++ #include <stdlib.h> #endif #endif + |
