summaryrefslogtreecommitdiff
path: root/textproc/libxml2/files/patch-libxml2-config.cmake.in
blob: 581142a44aaf2b30e0b8e93668f963f75f42cfdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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()