From 3baaa6b5c8646aef3f96eeda03d973863ec9ec2c Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Thu, 13 Jun 2013 17:19:27 +0200 Subject: superenv: apply apr-1-config fix to 10.8+ Fixes #20417. Closes #20474. Signed-off-by: Jack Nagel --- Library/Homebrew/superenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index 1fa43cf2a..0cf427b09 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -217,8 +217,8 @@ class << ENV end # Fix issue with sed barfing on unicode characters on Mountain Lion s << 's' if MacOS.version >= :mountain_lion - # Fix issue with 10.8 apr-1-config having broken paths - s << 'a' if MacOS.version == :mountain_lion + # Fix issue with >= 10.8 apr-1-config having broken paths + s << 'a' if MacOS.version >= :mountain_lion s end -- cgit v1.2.3