Signed-off-by: Oliver Schib oliver.schib@gmx.ch --- package/glib/patches/patch-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/glib/patches/patch-configure b/package/glib/patches/patch-configure index e7dea094f..1e1fbec0a 100644 --- a/package/glib/patches/patch-configure +++ b/package/glib/patches/patch-configure @@ -4,8 +4,8 @@
$as_echo "#define HAVE_COCOA 1" >>confdefs.h
-- COCOA_LIBS="-Wl,-framework,Foundation" -+ COCOA_LIBS="-Wl,-framework,Foundation,-framework,Cocoa" +- COCOA_LIBS="-Wl,-framework,Foundation -Wl,-framework,AppKit" ++ COCOA_LIBS="-Wl,-framework,Foundation -Wl,-framework,AppKit,-framework,Cocoa" LDFLAGS="$LDFLAGS $COCOA_LIBS"
osx_version=`sw_vers -productVersion` -- 2.11.0