summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 21:47:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 21:47:57 +0000
commit79cd6d2d40980ff1d8d98dbad40e84412b96a390 (patch)
tree8010f5b71b0a65b4be9ac771b9278070a1abe376 /graphics
parentFix build on -current (machine/param.h -> sys/param.h) (diff)
Fix build on -current (#ifdef 0 -> #if 0)
Notes
Notes: svn path=/head/; revision=68442
Diffstat (limited to 'graphics')
-rw-r--r--graphics/diacanvas/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/diacanvas/files/patch-ad b/graphics/diacanvas/files/patch-ad
new file mode 100644
index 000000000000..4033b308d8ab
--- /dev/null
+++ b/graphics/diacanvas/files/patch-ad
@@ -0,0 +1,11 @@
+--- ./diacanvas/diadynelement.c.orig Sun Oct 20 14:48:30 2002
++++ ./diacanvas/diadynelement.c Sun Oct 20 14:48:36 2002
+@@ -276,7 +276,7 @@
+ }
+
+
+-#ifdef 0
++#if 0
+ /* Find a point on the border of the object and create a connectionpoint
+ * there.
+ */