From f0f90a71efb1170aa6a03f1e4fc66f1cebae66fa Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Sat, 6 Aug 2011 11:28:28 +0800 Subject: [PATCH] osx: Lion compatibility (issue 51) --- dist/osx/README | 2 ++ web/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/osx/README b/dist/osx/README index 48a86cc..2b58cfc 100644 --- a/dist/osx/README +++ b/dist/osx/README @@ -15,5 +15,7 @@ Run: $ jhbuild shell $ dist/osx/bundle.sh +Note: On Lion, built in libiconv conflicts with the bundled version. To work around, accompany all jhbuild commands with `--skip=libiconv` so that everything uses the system version of the library (see issue 51). + [1]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Build [2]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Bundle diff --git a/web/index.html b/web/index.html index e094ab1..ace8dad 100644 --- a/web/index.html +++ b/web/index.html @@ -77,7 +77,7 @@ Mac OS X - spek-0.7.1.dmg (8.15 MiB) + spek-0.7.2.dmg (7.57 MiB)
instructions