summaryrefslogtreecommitdiffstats
path: root/375.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-09 10:43:34 +0200
committerRemi Collet <remi@remirepo.net>2021-06-09 10:43:34 +0200
commit584b39db5c3d09d2dbb0b12b77a9314b4314f02b (patch)
tree847b62f34946b9b91822237b0d2f02ebd8ee4238 /375.patch
parent2ffb12fa2aa3209b78bfaf5b7c9c7854ec620656 (diff)
add patches for PHP 8.1 from upstream and from
https://github.com/Imagick/imagick/pull/413 run tests in parallel (7.4+)
Diffstat (limited to '375.patch')
-rw-r--r--375.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/375.patch b/375.patch
index 80d138d..53d6b1c 100644
--- a/375.patch
+++ b/375.patch
@@ -88,3 +88,25 @@ index dfb73a1..b92db01 100644
PHP_SUBST(IMAGICK_SHARED_LIBADD)
AC_DEFINE(HAVE_IMAGICK,1,[ ])
+From d507dd74ee46ca8db0b659e4151f5e5440056aca Mon Sep 17 00:00:00 2001
+From: Danack <Danack@basereality.com>
+Date: Mon, 7 Jun 2021 22:01:14 +0100
+Subject: [PATCH] Tpyo.
+
+---
+ config.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/config.m4 b/config.m4
+index 9037f7ab..d1310a3e 100644
+--- a/config.m4
++++ b/config.m4
+@@ -68,7 +68,7 @@ IM_FIND_IMAGEMAGICK([6.2.4], [$PHP_IMAGICK])
+ ]])],[
+ AC_MSG_RESULT(yes)
+ PHP_CHECK_FUNC(omp_pause_resource_all, gomp)
+- PHP_ADD_LIBRARY(gomp,, GMAGICK_SHARED_LIBADD)
++ PHP_ADD_LIBRARY(gomp,, IMAGICK_SHARED_LIBADD)
+ ],[
+ AC_MSG_RESULT(no)
+ ])