diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lcdf-typetools.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/lcdf-typetools.rb b/Library/Formula/lcdf-typetools.rb index 1bc214ab3..922c315dc 100644 --- a/Library/Formula/lcdf-typetools.rb +++ b/Library/Formula/lcdf-typetools.rb @@ -7,6 +7,11 @@ class LcdfTypetools < Formula conflicts_with 'open-mpi', :because => 'both install same set of binaries.' + def patches + # fixes https://github.com/kohler/lcdf-typetools/issues/3 + "https://github.com/kohler/lcdf-typetools/commit/d263fdf688166d1eedffb776d4cc72815d561c52.patch" + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", |
