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).
This commit is contained in:
Eric Anholt 2003-10-24 05:35:25 +00:00
parent 08f82cf375
commit 16f5fd23d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92036
3 changed files with 42 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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>