diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-22 01:16:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-22 01:16:58 +0000 |
commit | 67d1e510f1e0baedaf7e9ebd14e95566393c3ee7 (patch) | |
tree | f989bca3223bcb81be7051a0f99f8095b6bebc2e /misc/chord/patches | |
parent | 56a91bdcdb260c5abc85c9ad14f812c62fdd3b96 (diff) | |
download | pkgsrc-67d1e510f1e0baedaf7e9ebd14e95566393c3ee7.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-ab | 13 |
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 |