diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-28 23:06:24 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-28 23:06:24 +0000 |
commit | 244e9cac8037b36a502ec055c3c74078832b2129 (patch) | |
tree | 071f4bcc3d5ce0ced8c08d1b64bc0d4626e1b67b /system/heirloom-devtools/lex-compiler.patch | |
parent | 412d288bc4d13d5c6dfc61f7c879b1fad5c71c68 (diff) | |
download | packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.gz packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.bz2 packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.xz packages-244e9cac8037b36a502ec055c3c74078832b2129.zip |
user/heirloom-devtools: move to system, install m4 and make to /usr/5bin
Diffstat (limited to 'system/heirloom-devtools/lex-compiler.patch')
-rw-r--r-- | system/heirloom-devtools/lex-compiler.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/heirloom-devtools/lex-compiler.patch b/system/heirloom-devtools/lex-compiler.patch new file mode 100644 index 000000000..e0d6e9967 --- /dev/null +++ b/system/heirloom-devtools/lex-compiler.patch @@ -0,0 +1,11 @@ +--- heirloom-devtools-070527/lex/sub1.c.old 2005-11-26 12:50:23.000000000 -0600 ++++ heirloom-devtools-070527/lex/sub1.c 2017-12-12 04:13:27.493347227 -0600 +@@ -162,7 +162,8 @@ + } + ++#undef index + int + index(int a, CHR *s) + { + int k; + for (k = 0; s[k]; k++) |