opnsense-ports/graphics/devil/files/patch-src-IL__src__il_alloc.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
379 B
C

--- src-IL/src/il_alloc.c.orig 2009-03-08 10:10:09.000000000 +0300
+++ src-IL/src/il_alloc.c 2014-10-07 01:39:56.201078445 +0400
@@ -123,7 +123,7 @@
{
if (ptr)
{
-#ifdef MM_MALLOC
+#if defined(VECTORMEM) && defined(MM_MALLOC)
_mm_free((void*)ptr);
#else
#if defined(VECTORMEM) & !defined(POSIX_MEMALIGN) & !defined(VALLOC) & !defined(MEMALIGN) & !defined(MM_MALLOC)