aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-08-24 14:32:10 -0500
committerJack Nagel2014-08-24 14:32:10 -0500
commit7b294c1e9134b077efdd6c348fd7f32086fe4960 (patch)
tree8e4aebfac4c030d7f2693e1e34b6efa6fd94fd11 /Library
parent2799fae801d0c88662084c6e75ea5c300c1508f9 (diff)
downloadhomebrew-7b294c1e9134b077efdd6c348fd7f32086fe4960.tar.bz2
Fix redefinition of x11 reader method in superenv
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index f7fd19cc4..c7c7a994b 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -311,7 +311,7 @@ module Superenv
# These methods are no longer necessary under superenv, but are needed to
# maintain an interface compatible with stdenv.
- noops.concat %w{fast O4 Og libxml2 x11 set_cpu_flags macosxsdk remove_macosxsdk}
+ noops.concat %w{fast O4 Og libxml2 set_cpu_flags macosxsdk remove_macosxsdk}
# These methods provide functionality that has not yet been ported to
# superenv.