aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad/files
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2004-03-28 10:50:43 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2004-03-28 10:50:43 +0000
commit710ad75f1944a0a22cc489dfa67c0231aab11cd0 (patch)
treeee50ed6d62f921b75c6856b8dcb2d527bde9c5a3 /cad/qcad/files
parent8883f7a4eb96a1c9df5e9c6b04ed005859754124 (diff)
Notes
Diffstat (limited to 'cad/qcad/files')
-rw-r--r--cad/qcad/files/patch-ag35
-rw-r--r--cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h9
2 files changed, 0 insertions, 44 deletions
diff --git a/cad/qcad/files/patch-ag b/cad/qcad/files/patch-ag
deleted file mode 100644
index 10139bd97c2a..000000000000
--- a/cad/qcad/files/patch-ag
+++ /dev/null
@@ -1,35 +0,0 @@
---- dxflib/src/dl_entities.h.org Wed Dec 10 20:06:25 2003
-+++ dxflib/src/dl_entities.h Wed Dec 10 20:06:50 2003
-@@ -1128,10 +1128,6 @@
- */
- bool defined;
-
--#ifndef __GCC2x__
-- union {
-- struct {
--#endif
- /*! Start point (X). */
- double x1;
- /*! Start point (Y). */
-@@ -1140,10 +1136,6 @@
- double x2;
- /*! End point (Y). */
- double y2;
--#ifndef __GCC2x__
-- };
-- struct {
--#endif
- /*! Center point of arc (X). */
- double cx;
- /*! Center point of arc (Y). */
-@@ -1156,10 +1148,6 @@
- double angle2;
- /*! Counterclockwise flag. */
- bool ccw;
--#ifndef __GCC2x__
-- };
-- };
--#endif
-
- };
-
diff --git a/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h b/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h
deleted file mode 100644
index c422b77b31ee..000000000000
--- a/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- qcadguiqt/src/ui/qg_commandwidget.ui.h.orig Mon Feb 9 18:16:26 2004
-+++ qcadguiqt/src/ui/qg_commandwidget.ui.h Mon Feb 9 18:17:27 2004
-@@ -130,5 +130,5 @@
- std::string s = errBuf.str();
- if (s.length()!=0) {
-- appendHistory(QString("%1").arg(s));
-+ appendHistory(QString("%1").arg(s.c_str()));
- }
- //std::cout << "processStderr: OK\n";