mp4v2: fix audit
This commit is contained in:
parent
198ea41ae5
commit
0b7a56dcd5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Mp4v2 < Formula
|
||||||
# Fixes compile error on Lion w/Clang using a patch from svn:
|
# Fixes compile error on Lion w/Clang using a patch from svn:
|
||||||
# http://code.google.com/p/mp4v2/source/detail?r=442
|
# http://code.google.com/p/mp4v2/source/detail?r=442
|
||||||
# It is inline because there's no direct link to the raw patch.
|
# It is inline because there's no direct link to the raw patch.
|
||||||
DATA unless ARGV.build_devel?
|
DATA unless build.devel?
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue