summaryrefslogtreecommitdiffstats
path: root/src/gtk3-1-fixes.patch
diff options
context:
space:
mode:
authorilhooq <contact@sphilip.com>2017-03-22 17:14:33 (GMT)
committerilhooq <contact@sphilip.com>2017-03-22 17:14:33 (GMT)
commit4c585fb6c58ff452de99d269d6cdac2b0aad194b (patch)
treeb3bf83761ac7587cbb984026775d73c8e2a1b70c /src/gtk3-1-fixes.patch
parentbfc347b211f657efd1e03d526a27c08bc02a68b0 (diff)
downloadmxe-4c585fb6c58ff452de99d269d6cdac2b0aad194b.zip
mxe-4c585fb6c58ff452de99d269d6cdac2b0aad194b.tar.gz
mxe-4c585fb6c58ff452de99d269d6cdac2b0aad194b.tar.bz2
Fix broken shared build of GTK3
Static and shared build works with this patch
Diffstat (limited to 'src/gtk3-1-fixes.patch')
-rw-r--r--src/gtk3-1-fixes.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/gtk3-1-fixes.patch b/src/gtk3-1-fixes.patch
index 15976b3..8844b78 100644
--- a/src/gtk3-1-fixes.patch
+++ b/src/gtk3-1-fixes.patch
@@ -7,33 +7,6 @@ From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 29 Jan 2017 21:47:39 +0100
Subject: [PATCH] These were adapted from the gtk2 patchset.
-
-diff --git a/configure b/configure
-index 1111111..2222222 100755
---- a/configure
-+++ b/configure
-@@ -9378,15 +9378,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
- if test "$os_win32" = "yes"; then
- if test x$enable_static = xyes -o x$enable_static = x; then
-- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling static library build, must build as DLL on Windows." >&5
--$as_echo "$as_me: WARNING: Disabling static library build, must build as DLL on Windows." >&2;}
-- enable_static=no
-+ { $as_echo "(disabled warning)" >&5
-+$as_echo "(disabled warning)" >&2;}
-+ enable_static=yes
- fi
- if test x$enable_shared = xno; then
-- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling shared library build, must build as DLL on Windows." >&5
--$as_echo "$as_me: WARNING: Enabling shared library build, must build as DLL on Windows." >&2;}
-+ { $as_echo "(disabled warning)" >&5
-+$as_echo "(disabled warning)" >&2;}
- fi
-- enable_shared=yes
-+ enable_shared=no
- fi
-
-
diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c
index 1111111..2222222 100644
--- a/gdk/win32/gdkmain-win32.c