summarylogtreecommitdiffstats
path: root/imagemagick-7.0.2.8-opencl-compile-fix.patch
diff options
context:
space:
mode:
authorBermond2016-08-14 21:54:03 -0300
committerBermond2016-08-14 21:54:03 -0300
commit65f62ca172d6c77c67cf298e0d1b68aaad167250 (patch)
treec796bbefe096615aefd4debbb2bc6b30824ca5eb /imagemagick-7.0.2.8-opencl-compile-fix.patch
parent412d1a03cd4308edceb5f63b52908da2b1d0f560 (diff)
downloadaur-65f62ca172d6c77c67cf298e0d1b68aaad167250.tar.gz
Updated to version pkgver = 7.0.2.9
Diffstat (limited to 'imagemagick-7.0.2.8-opencl-compile-fix.patch')
-rw-r--r--imagemagick-7.0.2.8-opencl-compile-fix.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/imagemagick-7.0.2.8-opencl-compile-fix.patch b/imagemagick-7.0.2.8-opencl-compile-fix.patch
deleted file mode 100644
index 5ccc52de780e..000000000000
--- a/imagemagick-7.0.2.8-opencl-compile-fix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/MagickCore/opencl.c b/MagickCore/opencl.c
-index 6f16996..b8656a2 100644
---- a/MagickCore/opencl.c
-+++ b/MagickCore/opencl.c
-@@ -725,16 +725,12 @@ static void LoadOpenCLDeviceBenchmark(MagickCLEnv clEnv,const char *xml)
- MagickCLDeviceBenchmark
- *device_benchmark;
-
-- MagickStatusType
-- status;
--
- size_t
- i,
- extent;
-
- if (xml == (char *) NULL)
- return;
-- status=MagickTrue;
- device_benchmark=(MagickCLDeviceBenchmark *) NULL;
- token=AcquireString(xml);
- extent=strlen(token)+MagickPathExtent;
-@@ -919,7 +915,7 @@ static MagickBooleanType LoadOpenCLBenchmarks(MagickCLEnv clEnv,
- return(MagickFalse);
- }
-
-- option=ConfigureFileToStringInfo(filename,exception);
-+ option=ConfigureFileToStringInfo(filename);
- LoadOpenCLDeviceBenchmark(clEnv,(const char *) GetStringInfoDatum(option));
- option=DestroyStringInfo(option);
- return(MagickTrue);