freebsd-ports/graphics/opennurbs/files/patch-opennurbs-system.h
Pawel Pekala c96fddedbf Update to release 20120914
PR:		ports/173142
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2012-10-28 21:40:09 +00:00

14 lines
344 B
C

--- opennurbs_system.h.orig 2012-10-24 23:45:37.000000000 +0200
+++ opennurbs_system.h 2012-10-24 23:45:37.000000000 +0200
@@ -219,11 +219,6 @@
#include <stdlib.h>
#include <memory.h>
-#if defined(ON_COMPILER_XCODE)
-#include <malloc/malloc.h>
-#else
-#include <malloc.h>
-#endif
#include <string.h>
#include <math.h>
#include <stdio.h>