diff options
Diffstat (limited to 'textproc/libxml2/files/patch-libxml2-config.cmake.in')
-rw-r--r-- | textproc/libxml2/files/patch-libxml2-config.cmake.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/libxml2/files/patch-libxml2-config.cmake.in b/textproc/libxml2/files/patch-libxml2-config.cmake.in deleted file mode 100644 index 581142a44aaf..000000000000 --- a/textproc/libxml2/files/patch-libxml2-config.cmake.in +++ /dev/null @@ -1,10 +0,0 @@ ---- libxml2-config.cmake.in.orig 2025-07-10 08:31:10 UTC -+++ libxml2-config.cmake.in -@@ -119,6 +119,7 @@ if(NOT LIBXML2_SHARED) - if(LIBXML2_WITH_HTTP) - list(APPEND LIBXML2_LIBRARIES ws2_32) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:ws2_32>") -+ endif() - endif() - endif() - |