diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-09-25 19:18:01 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-04 07:17:46 +0700 |
commit | 517db4b734fb6d3d82d3aaf0c22d58bb31b120dd (patch) | |
tree | 341b07264c7e1b89e25821532571de98bcf098b1 /academic | |
parent | e6bc5a112c48e888b6d4239f263e1d3c0bc915b7 (diff) |
academic/itex2mml: Remove obsolete patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/itex2mml/bison3-fix.patch | 21 | ||||
-rw-r--r-- | academic/itex2mml/itex2mml.SlackBuild | 3 |
2 files changed, 0 insertions, 24 deletions
diff --git a/academic/itex2mml/bison3-fix.patch b/academic/itex2mml/bison3-fix.patch deleted file mode 100644 index 53daeaadddf2..000000000000 --- a/academic/itex2mml/bison3-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -wbBur itexToMML/itex-src/itex2MML.y itexToMML.my/itex-src/itex2MML.y ---- itexToMML/itex-src/itex2MML.y 2014-01-05 21:56:04.000000000 +0400 -+++ itexToMML.my/itex-src/itex2MML.y 2014-02-03 21:21:16.455644069 +0400 -@@ -2,6 +2,8 @@ - * itex2MML.y last modified 1/5/2014 - */ - -+%parse-param {char **ret_str} -+ - %{ - #include <stdio.h> - #include <string.h> -@@ -27,7 +29,7 @@ - - void (*itex2MML_error) (const char * msg) = itex2MML_default_error; - -- static void yyerror (char * s) -+ static void yyerror (char **ret_str, char * s) - { - char * msg = itex2MML_copy3 (s, " at token ", yytext); - if (itex2MML_error) diff --git a/academic/itex2mml/itex2mml.SlackBuild b/academic/itex2mml/itex2mml.SlackBuild index 048224f37b84..6b7423ba23ac 100644 --- a/academic/itex2mml/itex2mml.SlackBuild +++ b/academic/itex2mml/itex2mml.SlackBuild @@ -48,9 +48,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix for bison-3 (thanks to Arch ;-) -patch -p2 < $CWD/bison3-fix.patch - if [ "$RUBY" = "YES" ]; then sed -i \ -e 's|require "rbconfig"; ||' \ |