mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Convert LIB_DEPENDS to new format - Use DOS2UNIX and regenerate patch without DOS style newlines
12 lines
389 B
C
12 lines
389 B
C
--- libopenjpeg/opj_malloc.h.orig 2013-10-08 17:19:09.755013928 +0200
|
|
+++ libopenjpeg/opj_malloc.h 2013-10-08 17:20:11.403012744 +0200
|
|
@@ -85,8 +85,7 @@
|
|
#define HAVE_MEMALIGN
|
|
/* Linux x86_64 and OSX always align allocations to 16 bytes */
|
|
#elif !defined(__amd64__) && !defined(__APPLE__)
|
|
- #define HAVE_MEMALIGN
|
|
- #include <malloc.h>
|
|
+ #include <stdlib.h>
|
|
#endif
|
|
#endif
|
|
|