diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-16 08:32:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-16 08:32:15 +0000 |
commit | 81e812fb7f100ab0a583454070648d13a0802b69 (patch) | |
tree | fedb740b413bc0c351fb9c04e5c4fb572f26bfac /math/graphthing/files/patch-src_gt_bison.y | |
parent | - Mark BROKEN: does not build (diff) |
- Drop deprecated WX_UNICODE
- Regenerate patches with `make makepatch`
- Fix WWW:
Diffstat (limited to 'math/graphthing/files/patch-src_gt_bison.y')
-rw-r--r-- | math/graphthing/files/patch-src_gt_bison.y | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/graphthing/files/patch-src_gt_bison.y b/math/graphthing/files/patch-src_gt_bison.y new file mode 100644 index 000000000000..b9d2d296a032 --- /dev/null +++ b/math/graphthing/files/patch-src_gt_bison.y @@ -0,0 +1,20 @@ +--- src/gt-bison.y.orig 2006-09-11 01:32:12 UTC ++++ src/gt-bison.y +@@ -18,7 +18,7 @@ Edge *e; + + extern char *yy_gt_text; + +-int yy_gt_error (char *s); ++int yy_gt_error (const char *s); + int yy_gt_lex (void); + %} + +@@ -132,7 +132,7 @@ edge_property: + + %% + +-int yy_gt_error (char *s) ++int yy_gt_error (const char *s) + { + fprintf (stderr, "gt-parse: %s in line %i, at symbol \"%s\"\n", + s, gt_lineno, yy_gt_text); |