summaryrefslogtreecommitdiff
path: root/graphics/qcad/gcc4x.patch
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2013-11-18 23:00:41 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-11-22 00:09:08 -0600
commit89b636dc88c21d49c0aef0154231ce284c26e75b (patch)
tree48fac342bb38858c1b28b246eb875e04d73024bc /graphics/qcad/gcc4x.patch
parent661893807dace4f88ddac8c96664db78b3ce531b (diff)
downloadslackbuilds-89b636dc88c21d49c0aef0154231ce284c26e75b.tar.gz
graphics/qcad: Removed (build failure)
If upstream still hasn't bothered to port this to qt4, then I have to wonder why we're still dragging the corpse along. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/qcad/gcc4x.patch')
-rw-r--r--graphics/qcad/gcc4x.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/qcad/gcc4x.patch b/graphics/qcad/gcc4x.patch
deleted file mode 100644
index 5d6abd9290..0000000000
--- a/graphics/qcad/gcc4x.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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"