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 | |
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).
3 files changed, 42 insertions, 0 deletions
diff --git a/graphics/mesagl/files/patch-si-glu::libnurbs::interface::Makefile.in b/graphics/mesagl/files/patch-si-glu::libnurbs::interface::Makefile.in new file mode 100644 index 000000000000..4f6c1b8ffcc7 --- /dev/null +++ b/graphics/mesagl/files/patch-si-glu::libnurbs::interface::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- si-glu/libnurbs/interface/Makefile.in 2003/05/01 18:57:58 1.1 ++++ si-glu/libnurbs/interface/Makefile.in 2003/05/01 18:58:36 +@@ -114,7 +114,7 @@ + + # Choose one of STANDALONE, LIBRARYBUILD, and GLBUILD. They are debugging + # switches. grep LIBRARYBUILD `find .. -name '*.h'` for details. +-CXXFLAGS = -DLIBRARYBUILD -DNDEBUG ++CXXFLAGS = -DLIBRARYBUILD -DNDEBUG @CXXFLAGS@ + + libNIFac_la_SOURCES = bezierEval.cc bezierEval.h bezierPatch.cc bezierPatch.h bezierPatchMesh.cc bezierPatchMesh.h glcurveval.cc glcurveval.h glinterface.cc glrenderer.cc glrenderer.h glsurfeval.cc glsurfeval.h incurveeval.cc insurfeval.cc glimports.h mystdio.h mystdlib.h + diff --git a/graphics/mesagl/files/patch-si-glu::libnurbs::internals::Makefile.in b/graphics/mesagl/files/patch-si-glu::libnurbs::internals::Makefile.in new file mode 100644 index 000000000000..a05d626d55a5 --- /dev/null +++ b/graphics/mesagl/files/patch-si-glu::libnurbs::internals::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- si-glu/libnurbs/internals/Makefile.in 2003/05/01 18:57:58 1.1 ++++ si-glu/libnurbs/internals/Makefile.in 2003/05/01 18:58:42 +@@ -114,7 +114,7 @@ + + # Choose one of STANDALONE, LIBRARYBUILD, and GLBUILD. They are debugging + # switches. grep LIBRARYBUILD `find .. -name '*.h'` for details. +-CXXFLAGS = -DLIBRARYBUILD -DNDEBUG ++CXXFLAGS = -DLIBRARYBUILD -DNDEBUG @CXXFLAGS@ + + libNInt_la_SOURCES = arc.cc arc.h arcsorter.cc arcsorter.h arctess.cc arctess.h backend.cc backend.h basiccrveval.cc basiccrveval.h basicsurfeval.cc basicsurfeval.h bezierarc.h bin.cc bin.h bufpool.cc bufpool.h cachingeval.cc cachingeval.h ccw.cc coveandtiler.cc coveandtiler.h curve.cc curve.h curvelist.cc curvelist.h curvesub.cc dataTransform.cc dataTransform.h defines.h displaylist.cc displaylist.h displaymode.h flist.cc flist.h flistsorter.cc flistsorter.h gridline.h gridtrimvertex.h gridvertex.h hull.cc hull.h intersect.cc jarcloc.h knotvector.cc knotvector.h mapdesc.cc mapdesc.h mapdescv.cc maplist.cc maplist.h mesher.cc mesher.h monoTriangulationBackend.cc monotonizer.cc monotonizer.h myassert.h mycode.cc mymath.h mysetjmp.h mystring.h nurbsconsts.h nurbsinterfac.cc nurbstess.cc nurbstess.h patch.cc patch.h patchlist.cc patchlist.h pwlarc.h quilt.cc quilt.h reader.cc reader.h renderhints.cc renderhints.h simplemath.h slicer.cc slicer.h sorter.cc sorter.h splitarcs.cc subdivider.cc subdivider.h tobezier.cc trimline.cc trimline.h trimregion.cc trimregion.h trimvertex.h trimvertpool.cc trimvertpool.h types.h uarray.cc uarray.h varray.cc varray.h + 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> |