aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/drogon/0002-drogon-config.patch
diff options
context:
space:
mode:
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)