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
commitb0c1e5f7d6456ea3b350d13383f9fbc72f410c20 (patch)
tree21716db88aac0d64b70b184edf8e71cc326687ff /Library
parent566442606a817ceaa3d3e305b53f5f2634e3e793 (diff)
downloadbrew-b0c1e5f7d6456ea3b350d13383f9fbc72f410c20.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.