diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-06-13 16:59:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-13 16:59:24 -0500 |
commit | b71cf2bad495af4767db5e3e9613f87bf4fbb60e (patch) | |
tree | 68d0f1551f507fe00ef7436847cdd456bba221a9 /graphics/qcad/gcc4x.patch | |
parent | 64a8aaf1ba0439a86d46bf89a092159c43a68ede (diff) | |
download | slackbuilds-b71cf2bad495af4767db5e3e9613f87bf4fbb60e.tar.gz |
graphics/qcad: Added (CAD application)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/qcad/gcc4x.patch')
-rw-r--r-- | graphics/qcad/gcc4x.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/qcad/gcc4x.patch b/graphics/qcad/gcc4x.patch new file mode 100644 index 0000000000..5d6abd9290 --- /dev/null +++ b/graphics/qcad/gcc4x.patch @@ -0,0 +1,30 @@ +--- qcad-2.0.5.0-1-community.src/dxflib/src/dl_writer_ascii.cpp 2005-11-22 09:46:57.000000000 -0200 ++++ qcad-2.0.5.0-1-community.src_patched/dxflib/src/dl_writer_ascii.cpp 2010-05-04 22:54:14.000000000 -0300 +@@ -29,6 +29,7 @@ + #pragma once + #endif // _MSC_VER > 1000 + ++#include <string.h> + #include <stdio.h> + + #include "dl_writer_ascii.h" +--- qcad-2.0.5.0-1-community.src/qcadlib/src/information/rs_information.cpp 2005-11-22 09:52:39.000000000 -0200 ++++ qcad-2.0.5.0-1-community.src_patched/qcadlib/src/information/rs_information.cpp 2010-05-04 23:31:33.000000000 -0300 +@@ -24,6 +24,7 @@ + ** + **********************************************************************/ + ++#include <algorithm> + #include "rs_information.h" + + #include "rs_constructionline.h" +--- qcad-2.0.5.0-1-community.src/qcadactions/src/rs_actionzoompan.cpp 2005-11-22 09:51:46.000000000 -0200 ++++ qcad-2.0.5.0-1-community.src_patched/qcadactions/src/rs_actionzoompan.cpp 2010-05-04 23:34:19.000000000 -0300 +@@ -24,6 +24,7 @@ + ** + **********************************************************************/ + ++#include <algorithm> + #include "rs_actionzoompan.h" + #include "rs_snapper.h" + #include "rs_point.h" |