parent
ad7917dff1
commit
81291e485c
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ class Mpgtx < Formula
|
||||||
system "./configure", "--parachute",
|
system "./configure", "--parachute",
|
||||||
"--prefix=#{prefix}",
|
"--prefix=#{prefix}",
|
||||||
"--manprefix=#{man}"
|
"--manprefix=#{man}"
|
||||||
system "make"
|
# Unset LFLAGS, "-s" causes the linker to crash
|
||||||
|
system "make", "LFLAGS="
|
||||||
# Overide BSD incompatible cp flags set in makefile
|
# Overide BSD incompatible cp flags set in makefile
|
||||||
system "make install cpflags=RP"
|
system "make install cpflags=RP"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue