From 50b9bedbf466c5a4513ff766483aeb646252461c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 27 Jun 2013 09:08:32 -0700 Subject: mp4v2: fix audit --- Library/Formula/mp4v2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mp4v2.rb b/Library/Formula/mp4v2.rb index 39b3e237b..e308ebbbd 100644 --- a/Library/Formula/mp4v2.rb +++ b/Library/Formula/mp4v2.rb @@ -15,7 +15,7 @@ class Mp4v2 < Formula # Fixes compile error on Lion w/Clang using a patch from svn: # http://code.google.com/p/mp4v2/source/detail?r=442 # It is inline because there's no direct link to the raw patch. - DATA unless ARGV.build_devel? + DATA unless build.devel? end def install -- cgit v1.2.3