summarylogtreecommitdiffstats
path: root/gdl-graphicsmagick.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gdl-graphicsmagick.patch')
-rw-r--r--gdl-graphicsmagick.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdl-graphicsmagick.patch b/gdl-graphicsmagick.patch
deleted file mode 100644
index 1c305e63974e..000000000000
--- a/gdl-graphicsmagick.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ru gdl-0.9.9_old/src/magick_cl.cpp gdl-0.9.9/src/magick_cl.cpp
---- gdl-0.9.9_old/src/magick_cl.cpp 2018-12-01 15:19:52.000000000 +0100
-+++ gdl-0.9.9/src/magick_cl.cpp 2021-02-15 07:54:39.271235632 +0100
-@@ -65,6 +65,10 @@
- unsigned int gValid[40];
- unsigned int gCount = 0;
- static bool notInitialized = true;
-+
-+ __attribute__((constructor)) static void init(void) {
-+ START_MAGICK;
-+ }
-
- void magick_setup() {
- int i;