diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-09-23 11:21:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-09-23 11:21:17 +0000 |
commit | dcef20b4de0a34bb9b74ba67f8c94658e6aa88d5 (patch) | |
tree | 7e73c5c4cd309b1dc75a49d62b9e0bcb136f39e7 /graphics/graphviz/files/patch-lib-expr-expr.h | |
parent | textproc/bat: Update to 0.12.1 (diff) |
- update to 2.42.2
- change MASTER_SITES
- add webp support
- use automake
- sort plist
Notes
Notes:
svn path=/head/; revision=512625
Diffstat (limited to 'graphics/graphviz/files/patch-lib-expr-expr.h')
-rw-r--r-- | graphics/graphviz/files/patch-lib-expr-expr.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/graphviz/files/patch-lib-expr-expr.h b/graphics/graphviz/files/patch-lib-expr-expr.h new file mode 100644 index 000000000000..8c80866a3fb0 --- /dev/null +++ b/graphics/graphviz/files/patch-lib-expr-expr.h @@ -0,0 +1,10 @@ +--- lib/expr/expr.h.orig 2019-09-12 02:11:30 UTC ++++ lib/expr/expr.h +@@ -27,6 +27,7 @@ extern "C" { + + #include <ast.h> + #include <inttypes.h> ++#include <limits.h> + + #undef RS /* hp.pa <signal.h> grabs this!! */ + |