diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-10-24 05:35:25 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-10-24 05:35:25 +0000 |
commit | 16f5fd23d19a13f799413d731b65bc44cd5c5b43 (patch) | |
tree | e3f9329c556922f08e4b271a2951b4901dd1371d /graphics/mesagl/files/patch-si-glu::libtess::memalloc.h | |
parent | Remove libglut from this port (it is now located in graphics/libglut) and mark (diff) |
Oops, re-add these files for 5.0.1 which I had removed when working on updating
it to 5.0.2 (which I didn't do due to other errors).
Diffstat (limited to 'graphics/mesagl/files/patch-si-glu::libtess::memalloc.h')
-rw-r--r-- | graphics/mesagl/files/patch-si-glu::libtess::memalloc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/mesagl/files/patch-si-glu::libtess::memalloc.h b/graphics/mesagl/files/patch-si-glu::libtess::memalloc.h new file mode 100644 index 000000000000..9ab581ae36a5 --- /dev/null +++ b/graphics/mesagl/files/patch-si-glu::libtess::memalloc.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- si-glu/libtess/memalloc.h.orig Fri Nov 30 21:35:22 2001 ++++ si-glu/libtess/memalloc.h Thu May 1 22:00:25 2003 +@@ -42,7 +42,7 @@ + #ifndef __memalloc_simple_h_ + #define __memalloc_simple_h_ + +-#if defined(__VMS) || defined(darwin) ++#if defined(__VMS) || defined(darwin) || defined(__FreeBSD__) + # include <stdlib.h> + #else + # include <malloc.h> |