From 1d6a8ed6eaffa9696284c6f2d325f3c7b9b7b88a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 7 Jun 2017 14:08:27 +0200 Subject: [PATCH] [MacSDK] Bump libgdiplus to latest (#4984) We were using a very old commit of libgdiplus. This brings in the latest changes. --- packaging/MacSDK/libgdiplus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/MacSDK/libgdiplus.py b/packaging/MacSDK/libgdiplus.py index e40baac24a6..bfb2c70ddbb 100644 --- a/packaging/MacSDK/libgdiplus.py +++ b/packaging/MacSDK/libgdiplus.py @@ -1,8 +1,8 @@ GitHubTarballPackage( 'mono', 'libgdiplus', - '2.11', - '4e7ab0f555a13a6b2f954c714c4ee5213954ff79', + '5.4', + '350eb49a45ca5a7383c01d49df72438347a5dbc9', configure='CFLAGS="%{gcc_flags} %{local_gcc_flags} -I/opt/X11/include" ./autogen.sh --prefix="%{package_prefix}"', override_properties={ 'make': 'C_INCLUDE_PATH="" make'}) -- 2.25.1