1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

forgot to add some files...

This commit is contained in:
Maho Nakata 2005-01-20 04:45:45 +00:00
parent e2b9995a76
commit 72d4260aaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126889
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- ccx_1.2/src/spooles.h.orig Sat Dec 25 01:58:09 2004
+++ ccx_1.2/src/spooles.h Sat Dec 25 13:25:29 2004
@@ -24,7 +24,9 @@
#include <misc.h>
#include <FrontMtx.h>
#include <SymbFac.h>
+#ifdef USE_MT
#include <MT/spoolesMT.h>
+#endif
/* increase this for debugging */
#define DEBUG_LVL 0

View File

@ -0,0 +1,10 @@
--- cgx_1.2/src/uselibSNL.cpp.orig Sat Dec 25 01:43:08 2004
+++ cgx_1.2/src/uselibSNL.cpp Sat Dec 25 01:47:02 2004
@@ -1,6 +1,6 @@
#include <extUtil.h>
#include <snlCtrlPoint.h>
-#include <iostream.h>
+#include <iostream>
#include "uselibSNL.h"
#include "snlKnotVector.h"