aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dvdrtools.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/dvdrtools.rb b/Library/Formula/dvdrtools.rb
index b9b65b38b..57f684d47 100644
--- a/Library/Formula/dvdrtools.rb
+++ b/Library/Formula/dvdrtools.rb
@@ -18,9 +18,10 @@ class Dvdrtools < Formula
end
def install
- ENV['LIBS'] = '-lIOKit -framework CoreFoundation'
+ ENV['LIBS'] = '-framework IOKit -framework CoreFoundation'
- system "./configure", '--disable-debug', '--disable-dependency-tracking',
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system 'make install'