ports/graphics/opennurbs/files/patch-opennurbs__system.h
Larry Rosenman 149caea7cc fix finding of the zlib sources.
PR:		216212
Submitted by:	mdmi3
Approved by:	fernando.apesteguia@gmail.com, phk, adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10110
2017-03-23 01:27:34 +00:00

15 lines
317 B
C

--- opennurbs_system.h.orig 2017-02-11 10:13:51 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>