ftgl: remove freetype hack

There is no explanation given for this and it breaks other software.

Fixes Homebrew/homebrew#31006.
master
Jack Nagel 2014-07-21 11:44:06 -05:00
parent 3f9c405cef
commit 2febfb2cff
1 changed files with 0 additions and 3 deletions

View File

@ -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