diff options
author | maho <maho@FreeBSD.org> | 2005-01-20 12:45:45 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-20 12:45:45 +0800 |
commit | 5ffba37b9f2da699615b931329af3bdc6c311b4e (patch) | |
tree | 736fd3c5b6d9a2021717c9e9c184ea0911e7af2a /cad | |
parent | a41593885bed9dd521d8683583d38117433fb8ad (diff) | |
download | freebsd-ports-gnome-5ffba37b9f2da699615b931329af3bdc6c311b4e.tar.gz freebsd-ports-gnome-5ffba37b9f2da699615b931329af3bdc6c311b4e.tar.zst freebsd-ports-gnome-5ffba37b9f2da699615b931329af3bdc6c311b4e.zip |
forgot to add some files...
Diffstat (limited to 'cad')
-rw-r--r-- | cad/calculix/files/patch-ccx_1.2+src+spooles.h | 12 | ||||
-rw-r--r-- | cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp | 10 |
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" |