summaryrefslogtreecommitdiff
path: root/misc/chord/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-22 01:16:58 +0000
committerwiz <wiz>2001-07-22 01:16:58 +0000
commit8e8ee92661f8aa6bb7e5c5c556b5d364123ce232 (patch)
treef989bca3223bcb81be7051a0f99f8095b6bebc2e /misc/chord/patches
parentb4c5d361bd5f54d84a16e1116154923be87ba9c1 (diff)
downloadpkgsrc-8e8ee92661f8aa6bb7e5c5c556b5d364123ce232.tar.gz
Allow chord names with more than 9 characters.
Patch provided by maximum entropy in pkg/13528.
Diffstat (limited to 'misc/chord/patches')
-rw-r--r--misc/chord/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/chord/patches/patch-ab b/misc/chord/patches/patch-ab
new file mode 100644
index 00000000000..e4c3b41e5f1
--- /dev/null
+++ b/misc/chord/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/07/22 01:16:58 wiz Exp $
+
+--- chord.h.orig Tue Apr 25 03:04:47 1995
++++ chord.h Sat Jul 21 19:09:19 2001
+@@ -11,7 +11,7 @@
+ #define MAXFONTS 16 /* Maximum number of different fonts in one execution */
+ #define MAXTOKEN 256
+ #define MAX_CHORD 1024
+-#define CHORD_NAME_SZ 10
++#define CHORD_NAME_SZ 100
+ #define MAXNOTE 8
+
+ #define LONG_FINGERS 4