summaryrefslogtreecommitdiff
path: root/cad/qcad
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2007-06-18 15:02:19 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2007-06-18 15:02:19 +0000
commit9ef886d6273d3a297c4eb02ae272ff8ae0bc4ba8 (patch)
treea9c0f3cc61d25bcd5b51a940597d025f276db237 /cad/qcad
parent- fix build with xorg7 (diff)
Fix compilation with gcc.42.
Two debugging outputs where commented out as suggested by the author.
Notes
Notes: svn path=/head/; revision=193806
Diffstat (limited to 'cad/qcad')
-rw-r--r--cad/qcad/files/patch-ab9
-rw-r--r--cad/qcad/files/patch-ac9
2 files changed, 18 insertions, 0 deletions
diff --git a/cad/qcad/files/patch-ab b/cad/qcad/files/patch-ab
new file mode 100644
index 000000000000..faff085d2a0b
--- /dev/null
+++ b/cad/qcad/files/patch-ab
@@ -0,0 +1,9 @@
+--- qcadlib/src/engine/rs_entity.cpp.orig Mon Jun 18 16:48:32 2007
++++ qcadlib/src/engine/rs_entity.cpp Mon Jun 18 16:48:51 2007
+@@ -862,5 +862,5 @@
+ } else {
+ os << " layer: " << e.layer->getName().latin1() << " ";
+- os << " layer address: " << (int)(e.layer) << " ";
++// os << " layer address: " << (int)(e.layer) << " ";
+ }
+
diff --git a/cad/qcad/files/patch-ac b/cad/qcad/files/patch-ac
new file mode 100644
index 000000000000..3d1127a1bcfe
--- /dev/null
+++ b/cad/qcad/files/patch-ac
@@ -0,0 +1,9 @@
+--- qcadlib/src/engine/rs_layer.cpp.orig Mon Jun 18 16:46:52 2007
++++ qcadlib/src/engine/rs_layer.cpp Mon Jun 18 16:47:08 2007
+@@ -56,5 +56,5 @@
+ << " pen: " << l.getPen()
+ << " frozen: " << (int)l.isFrozen()
+- << " address: " << (int)(&l)
++// << " address: " << (int)(&l)
+ << std::endl;
+ return os;