summaryrefslogtreecommitdiff
path: root/graphics/opennurbs/files/patch-opennurbs__system.h
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-17 12:11:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-17 12:11:51 +0000
commit7d828162dd02f4184f2f57162bac1cb8f7c56ae1 (patch)
tree1fd354a3fedf01cfa0719e42e1cf2255b5c5839b /graphics/opennurbs/files/patch-opennurbs__system.h
parentUpdate to v5.23.1-198-g0ba9d88. (diff)
- Update to 20130711
PR: 202329 Submitted by: fernando.apesteguia@gmail.com (maintainer)
Diffstat (limited to 'graphics/opennurbs/files/patch-opennurbs__system.h')
-rw-r--r--graphics/opennurbs/files/patch-opennurbs__system.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/opennurbs/files/patch-opennurbs__system.h b/graphics/opennurbs/files/patch-opennurbs__system.h
new file mode 100644
index 000000000000..cdd74a4ff801
--- /dev/null
+++ b/graphics/opennurbs/files/patch-opennurbs__system.h
@@ -0,0 +1,15 @@
+--- opennurbs_system.h.orig 2015-08-14 13:19:05 UTC
++++ opennurbs_system.h
+@@ -219,11 +219,7 @@
+
+ #include <stdlib.h>
+ #include <memory.h>
+-#if defined(ON_COMPILER_XCODE)
+-#include <malloc/malloc.h>
+-#else
+-#include <malloc.h>
+-#endif
++#include <stdlib.h>
+ #include <string.h>
+ #include <math.h>
+ #include <stdio.h>