aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/drogon/0002-drogon-config.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/drogon/0002-drogon-config.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/drogon/0002-drogon-config.patch')
-rw-r--r--vcpkg/ports/drogon/0002-drogon-config.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/drogon/0002-drogon-config.patch b/vcpkg/ports/drogon/0002-drogon-config.patch
new file mode 100644
index 0000000..61b7c96
--- /dev/null
+++ b/vcpkg/ports/drogon/0002-drogon-config.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/templates/DrogonConfig.cmake.in b/cmake/templates/DrogonConfig.cmake.in
+index a21122a..6367259 100644
+--- a/cmake/templates/DrogonConfig.cmake.in
++++ b/cmake/templates/DrogonConfig.cmake.in
+@@ -19,7 +19,7 @@ find_dependency(UUID REQUIRED)
+ endif(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD" AND NOT WIN32)
+ find_dependency(ZLIB REQUIRED)
+ if(@pg_FOUND@)
+-find_dependency(pg)
++find_dependency(PostgreSQL)
+ endif()
+ if(@SQLite3_FOUND@)
+ find_dependency(SQLite3)