From 79cd6d2d40980ff1d8d98dbad40e84412b96a390 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 20 Oct 2002 21:47:57 +0000 Subject: Fix build on -current (#ifdef 0 -> #if 0) --- graphics/diacanvas/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/diacanvas/files/patch-ad (limited to 'graphics/diacanvas') 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. + */ -- cgit v1.2.3