[packages/libgdiplus] - updated to 5.6.1

adamg adamg at pld-linux.org
Wed Apr 3 09:19:11 CEST 2019


commit 1da5c9c74fa2f8a449b1bf82eb63a336467d5af4
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Wed Apr 3 09:19:03 2019 +0200

    - updated to 5.6.1

 libgdiplus-ac.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/libgdiplus-ac.patch b/libgdiplus-ac.patch
new file mode 100644
index 0000000..9786819
--- /dev/null
+++ b/libgdiplus-ac.patch
@@ -0,0 +1,11 @@
+--- libgdiplus-5.6.1/configure.ac~	2019-03-14 21:08:54.000000000 +0100
++++ libgdiplus-5.6.1/configure.ac	2019-04-03 09:17:17.886210084 +0200
+@@ -413,7 +413,7 @@
+ AM_CONDITIONAL([HAS_X11], [test x$x11_available = xyes])
+ 
+ # Add xrender here so that we don't fail to find glib if we won't have xrender.pc
+-if test "x$no_x" != "xyes" && "x$x11_available" = "xyes"; then
++if test "x$no_x" != "xyes" && test "x$x11_available" = "xyes"; then
+    GDIPLUS_LIBS="$GDIPLUS_LIBS `$PKG_CONFIG --libs xrender `"
+    GDIPLUS_CFLAGS="$GDIPLUS_CFLAGS `$PKG_CONFIG --cflags xrender `"
+ fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgdiplus.git/commitdiff/1da5c9c74fa2f8a449b1bf82eb63a336467d5af4



More information about the pld-cvs-commit mailing list