ftgl: remove freetype hack
There is no explanation given for this and it breaks other software. Fixes Homebrew/homebrew#31006.master
parent
3f9c405cef
commit
2febfb2cff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue