diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2004-10-12 11:55:31 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2004-10-12 11:55:31 +0000 |
commit | f45e4648af5e8fa664319ab5e784a78e48990d11 (patch) | |
tree | d492918973058e038c04c514b431e40276779476 /cad/qcad/files | |
parent | Fix segfault which happens with long HTML documents. There are some (diff) |
upgrade to qcad-2.0.4.0-1
Notes
Notes:
svn path=/head/; revision=118966
Diffstat (limited to 'cad/qcad/files')
-rw-r--r-- | cad/qcad/files/patch-ab | 11 | ||||
-rw-r--r-- | cad/qcad/files/patch-rs_math.h | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/cad/qcad/files/patch-ab b/cad/qcad/files/patch-ab deleted file mode 100644 index 1e2c5d362411..000000000000 --- a/cad/qcad/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- qcadlib/src/engine/rs_graphic.cpp.orig Thu Sep 9 07:31:40 2004 -+++ qcadlib/src/engine/rs_graphic.cpp Thu Sep 9 07:32:03 2004 -@@ -518,7 +518,7 @@ - if (fabs(s.x)>1.0e-6) { - fx = ps.x / s.x; - } -- if (fabs(s.y>1.0e-6)) { -+ if (fabs(s.y)>1.0e-6) { - fy = ps.y / s.y; - } - diff --git a/cad/qcad/files/patch-rs_math.h b/cad/qcad/files/patch-rs_math.h deleted file mode 100644 index 4cab00958ea2..000000000000 --- a/cad/qcad/files/patch-rs_math.h +++ /dev/null @@ -1,14 +0,0 @@ ---- qcadlib/src/math/rs_math.h.orig Sat Aug 21 20:00:56 2004 -+++ qcadlib/src/math/rs_math.h Sat Aug 21 20:07:09 2004 -@@ -45,8 +45,9 @@ - #include "rs_vector.h" - - #ifdef __GNUC__ --#define min(x,y) (x<y ? x : y) --#define max(x,y) (x>y ? x : y) -+//#define min(x,y) (x<y ? x : y) -+//#define max(x,y) (x>y ? x : y) -+using namespace std; - #endif - - #define ARAD 57.29577951308232 |