Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphviz: patch for ghostscript>=9.16 (Homebrew#49)
Ghostscript>=9.16 renames their error codes from the prefix `e_` to `gs_error_`. This patch, based on ellson/MOTHBALLED-graphviz@f97c86e, checks if the `e_` prefixed codes have been defined and sets them equal to their `gs_error_` variants if they exist.
- Loading branch information