aboutsummaryrefslogtreecommitdiff
path: root/www/trafficserver/files/patch-plugins__CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'www/trafficserver/files/patch-plugins__CMakeLists.txt')
-rw-r--r--www/trafficserver/files/patch-plugins__CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/trafficserver/files/patch-plugins__CMakeLists.txt b/www/trafficserver/files/patch-plugins__CMakeLists.txt
new file mode 100644
index 000000000000..207180d910ad
--- /dev/null
+++ b/www/trafficserver/files/patch-plugins__CMakeLists.txt
@@ -0,0 +1,12 @@
+--- plugins/CMakeLists.txt.orig 2025-02-22 14:01:34 UTC
++++ plugins/CMakeLists.txt
+@@ -69,7 +69,9 @@ if(TARGET ImageMagick::Magick++)
+ endif()
+
+ if(TARGET ImageMagick::Magick++)
++if(BUILD_MAGICK)
+ add_subdirectory(webp_transform)
++endif()
+ endif()
+
+ add_subdirectory(experimental)