diff options
author | adam <adam> | 2004-11-19 13:46:31 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-19 13:46:31 +0000 |
commit | b384a976cf1735f5a4b5d9e0d25c3392083bf387 (patch) | |
tree | 090c8aaf14551de4276316d62ea676ad03b8715e /cad | |
parent | a68ffc47d0994eef667c400895c1c7ee6d2ebd10 (diff) | |
download | pkgsrc-b384a976cf1735f5a4b5d9e0d25c3392083bf387.tar.gz |
Unused patches
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/patches/patch-ae | 13 | ||||
-rw-r--r-- | cad/xcircuit/patches/patch-af | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/cad/xcircuit/patches/patch-ae b/cad/xcircuit/patches/patch-ae deleted file mode 100644 index 1b29d0f5d80..00000000000 --- a/cad/xcircuit/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2003/07/10 08:03:58 jtb Exp $ - ---- elements.c.orig -+++ elements.c -@@ -436,7 +436,7 @@ - freelabel(labelbuf); - labelbuf = NULL; - resolveparams(areastruct.topinstance); -- if (do_all >= 0) -+ if (do_all > 0) - updateinstparam(areastruct.topinstance, do_all); - else /* do_all == -1 */ - calcbbox(areastruct.topinstance); diff --git a/cad/xcircuit/patches/patch-af b/cad/xcircuit/patches/patch-af deleted file mode 100644 index 607848e3d16..00000000000 --- a/cad/xcircuit/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2003/07/10 08:03:58 jtb Exp $ - ---- keybindings.c.orig -+++ keybindings.c -@@ -64,7 +64,7 @@ - /* xcircuit.h! */ - /*--------------------------------------------------------------*/ - --static char *function_names[NUM_FUNCTIONS] = { -+static char *function_names[] = { - "Page", "Justify", "Superscript", "Subscript", "Normalscript", - "Nextfont", "Boldfont", "Italicfont", "Normalfont", "Underline", - "Overline", "ISO Encoding", "Return", "Halfspace", "Quarterspace", |