aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/apr-util/unglue.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/apr-util/unglue.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/apr-util/unglue.patch')
-rw-r--r--vcpkg/ports/apr-util/unglue.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/apr-util/unglue.patch b/vcpkg/ports/apr-util/unglue.patch
new file mode 100644
index 0000000..5391a7c
--- /dev/null
+++ b/vcpkg/ports/apr-util/unglue.patch
@@ -0,0 +1,17 @@
+diff --git a/include/apu_version.h b/include/apu_version.h
+index e4fb2e64e..c6addf142 100644
+--- a/include/apu_version.h
++++ b/include/apu_version.h
+@@ -98,9 +98,9 @@
+
+ /** An alternative formatted string of APR's version */
+ /* macro for Win32 .rc files using numeric csv representation */
+-#define APU_VERSION_STRING_CSV APU_MAJOR_VERSION ##, \
+- ##APU_MINOR_VERSION ##, \
+- ##APU_PATCH_VERSION
++#define APU_VERSION_STRING_CSV APU_MAJOR_VERSION , \
++ APU_MINOR_VERSION , \
++ APU_PATCH_VERSION
+
+
+ #ifndef APU_VERSION_ONLY