aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/calculix/files/patch-ccx_1.2+src+spooles.h12
-rw-r--r--cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp10
2 files changed, 22 insertions, 0 deletions
diff --git a/cad/calculix/files/patch-ccx_1.2+src+spooles.h b/cad/calculix/files/patch-ccx_1.2+src+spooles.h
new file mode 100644
index 000000000000..6906382fad74
--- /dev/null
+++ b/cad/calculix/files/patch-ccx_1.2+src+spooles.h
@@ -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
diff --git a/cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp b/cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp
new file mode 100644
index 000000000000..0271e0096d86
--- /dev/null
+++ b/cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp
@@ -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"