From 430a1faf430f8404b50f3cdd56b8710d27df6208 Mon Sep 17 00:00:00 2001 From: rinrab Date: Fri, 10 May 2024 15:22:02 +0200 Subject: [PATCH] [apr] remove the `unglue.patch` file. --- ports/apr/portfile.cmake | 1 - ports/apr/unglue.patch | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 ports/apr/unglue.patch diff --git a/ports/apr/portfile.cmake b/ports/apr/portfile.cmake index 6a1e226ce85b3d..1dccde15b5d2e7 100644 --- a/ports/apr/portfile.cmake +++ b/ports/apr/portfile.cmake @@ -11,7 +11,6 @@ vcpkg_extract_source_archive(SOURCE_PATH ARCHIVE "${ARCHIVE}" PATCHES apr-r1917051+r1917283+r1917612.patch - unglue.patch ) if (VCPKG_TARGET_IS_WINDOWS) diff --git a/ports/apr/unglue.patch b/ports/apr/unglue.patch deleted file mode 100644 index 0ce518b8a7c209..00000000000000 --- a/ports/apr/unglue.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/include/apr_version.h b/include/apr_version.h -index e96de3835..de3437d71 100644 ---- a/include/apr_version.h -+++ b/include/apr_version.h -@@ -114,9 +114,9 @@ - - /** An alternative formatted string of APR's version */ - /* macro for Win32 .rc files using numeric csv representation */ --#define APR_VERSION_STRING_CSV APR_MAJOR_VERSION ##, \ -- ##APR_MINOR_VERSION ##, \ -- ##APR_PATCH_VERSION -+#define APR_VERSION_STRING_CSV APR_MAJOR_VERSION , \ -+ APR_MINOR_VERSION , \ -+ APR_PATCH_VERSION - - - #ifndef APR_VERSION_ONLY