From 8c6efd1b1bbfe54340119724a78e7f47431d9a47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 27 Jul 2013 13:50:10 -0400 Subject: [PATCH] force link of libxml2 seems necessary now --- doc/install/OSX.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index e01ed93f23..fba44e2a46 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -37,7 +37,7 @@ the app for OSX Lion.
 brew update
 brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2
-brew link libxml2
+brew link libxml2 --force
 cabal update
 mkdir $HOME/bin
 PATH=$HOME/bin:$PATH