fox: fix build on 10.9

Fixes Homebrew/homebrew#27850.
This commit is contained in:
Jack Nagel 2014-04-26 15:44:18 -05:00
parent 83dbbacfb2
commit 1b3b748520

View file

@ -23,6 +23,7 @@ class Fox < Formula
"--prefix=#{prefix}",
"--with-x",
"--with-opengl"
system "make install"
# Unset LDFLAGS, "-s" causes the linker to crash
system "make", "install", "LDFLAGS="
end
end