From b71cf2bad495af4767db5e3e9613f87bf4fbb60e Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sun, 13 Jun 2010 16:59:24 -0500 Subject: graphics/qcad: Added (CAD application) Signed-off-by: Robby Workman --- graphics/qcad/gcc4x.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 graphics/qcad/gcc4x.patch (limited to 'graphics/qcad/gcc4x.patch') 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 + #include + + #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 + #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 + #include "rs_actionzoompan.h" + #include "rs_snapper.h" + #include "rs_point.h" -- cgit v1.2.3