aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-09 07:16:35 -0700
committerAdam Vandenberg2013-08-09 07:16:35 -0700
commit6302f0dead477d0536275a40f80f59c0b91d8840 (patch)
tree2015c642c20c02c2957fa6d3548317d2cf47999a /Library
parent72cdbc66d8c07862fe904a5d9341079aaf89f105 (diff)
downloadhomebrew-6302f0dead477d0536275a40f80f59c0b91d8840.tar.bz2
cmus: remove CFLAGS code
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmus.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb
index 3b46ff2c0..91fe8908f 100644
--- a/Library/Formula/cmus.rb
+++ b/Library/Formula/cmus.rb
@@ -18,13 +18,6 @@ class Cmus < Formula
depends_on 'libcue'
def install
- # We add this to CPPFLAGS and LDFLAGS in ENV, but cmus doesn't
- # pick up on that. Adding this patch because I am too lazy to
- # send a patch upstream to respect CPPFLAGS - @adamv
- unless HOMEBREW_PREFIX.to_s == '/usr/local'
- ENV.append 'CFLAGS', "-isystem #{HOMEBREW_PREFIX}/include -L#{HOMEBREW_PREFIX}/lib"
- end
-
system "./configure", "prefix=#{prefix}", "mandir=#{man}"
system "make install"
end