summaryrefslogtreecommitdiff
path: root/package/glib/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2018-08-16 21:49:48 +0200
committerGogs <gogs@fake.local>2018-08-16 21:49:48 +0200
commit71bd053dc6b5677d8de0fab9d2f7e512a09e7ad6 (patch)
tree83c060bb6e269ee4267c7e59dac4242faf8bfa69 /package/glib/patches/patch-configure
parent56d412cecdfb4c0be541db9ef4153f7616608d28 (diff)
parentdee2a0e2483bfda415c64f8e168763c63e71f7f6 (diff)
Merge branch 'gogs-master' of ableton-dir/openadk into master
Diffstat (limited to 'package/glib/patches/patch-configure')
-rw-r--r--package/glib/patches/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/glib/patches/patch-configure b/package/glib/patches/patch-configure
new file mode 100644
index 000000000..e7dea094f
--- /dev/null
+++ b/package/glib/patches/patch-configure
@@ -0,0 +1,11 @@
+- glib-2.48.2.orig/configure 2016-08-17 18:37:42.000000000 +0200
++++ glib-2.48.2/configure 2017-12-14 14:37:31.000000000 +0100
+@@ -6027,7 +6027,7 @@ if test "x$glib_have_cocoa" = "xyes"; th
+
+ $as_echo "#define HAVE_COCOA 1" >>confdefs.h
+
+- COCOA_LIBS="-Wl,-framework,Foundation"
++ COCOA_LIBS="-Wl,-framework,Foundation,-framework,Cocoa"
+ LDFLAGS="$LDFLAGS $COCOA_LIBS"
+
+ osx_version=`sw_vers -productVersion`