diff options
| author | Jack Nagel | 2014-07-21 11:44:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-21 11:44:07 -0500 |
| commit | 2c1ebf8d07f3b3944356c23c0c7820900e1ec5a3 (patch) | |
| tree | e1e630884b75419ad5c5d1652c57f32d7efb0111 | |
| parent | 9c58d4ec70affb6b9801c0a4d36bc3555d760688 (diff) | |
| download | homebrew-2c1ebf8d07f3b3944356c23c0c7820900e1ec5a3.tar.bz2 | |
ftgl: remove freetype hack
There is no explanation given for this and it breaks other software.
Fixes #31006.
| -rw-r--r-- | Library/Formula/ftgl.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/ftgl.rb b/Library/Formula/ftgl.rb index be8d4c0e7..ad2fc0e74 100644 --- a/Library/Formula/ftgl.rb +++ b/Library/Formula/ftgl.rb @@ -19,9 +19,6 @@ class Ftgl < Formula "--with-glut-inc=/dev/null", "--with-glut-lib=/dev/null" - # Hack the package info - inreplace "ftgl.pc", "Requires.private: freetype2\n", "" - system "make install" end end |
