Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fbsd.patch « patches « libopenjpeg « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90e7760094135c7500169034df779b10f1d35c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: extern/libopenjpeg/opj_malloc.h
===================================================================
--- extern/libopenjpeg/opj_malloc.h	(revision 27736)
+++ extern/libopenjpeg/opj_malloc.h	(working copy)
@@ -76,7 +76,7 @@
 	#if defined(__sun)
 			#define HAVE_MEMALIGN
 		#elif defined(__GNUC__)
-                        #ifndef __APPLE__
+                        #if !defined(__APPLE__) && !defined(__FreeBSD__)
 			    #define HAVE_MEMALIGN
 			    #include <malloc.h>
                         #endif