aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libbson/fix-include-directory.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/libbson/fix-include-directory.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libbson/fix-include-directory.patch')
-rw-r--r--vcpkg/ports/libbson/fix-include-directory.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libbson/fix-include-directory.patch b/vcpkg/ports/libbson/fix-include-directory.patch
new file mode 100644
index 0000000..398644f
--- /dev/null
+++ b/vcpkg/ports/libbson/fix-include-directory.patch
@@ -0,0 +1,13 @@
+diff --git a/src/libbson/CMakeLists.txt b/src/libbson/CMakeLists.txt
+index e3eaca4..ef3644b 100644
+--- a/src/libbson/CMakeLists.txt
++++ b/src/libbson/CMakeLists.txt
+@@ -302,7 +302,7 @@ endif () # ENABLE_EXAMPLES
+ # 8888888 888 888 88888P' "Y888 "Y888888 888 888
+
+ set (BSON_HEADER_INSTALL_DIR
+- "${CMAKE_INSTALL_INCLUDEDIR}/libbson-${BSON_API_VERSION}"
++ "${CMAKE_INSTALL_INCLUDEDIR}"
+ )
+ function(install_export_target target)
+ # Tell pkg-config where the headers are going: