summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-27 22:17:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-27 22:21:16 +0200
commitaf7adfc22385edcf84b5d0e217ee2aecedf1380d (patch)
treed697543cb5c09ca488ca6a38e51fb102275f8fc6 /app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch
parentapp-office/kmymoney: Drop duplicate KEYWORDS line (diff)
downloadgentoo-af7adfc22385edcf84b5d0e217ee2aecedf1380d.tar.gz
gentoo-af7adfc22385edcf84b5d0e217ee2aecedf1380d.tar.bz2
gentoo-af7adfc22385edcf84b5d0e217ee2aecedf1380d.zip
app-office/kexi: Let cmake detect PostgreSQL 12
Let's do something useful with that revbump. Closes: https://bugs.gentoo.org/692924 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch')
-rw-r--r--app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch b/app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch
new file mode 100644
index 000000000000..8835c5ea13db
--- /dev/null
+++ b/app-office/kexi/files/kexi-3.2.0-postgresql-9.12.patch
@@ -0,0 +1,24 @@
+From 88ac2b4a1386bc05f0e3965f31949039eaf4d3ff Mon Sep 17 00:00:00 2001
+From: Pino Toscano <pino@kde.org>
+Date: Sat, 25 May 2019 07:12:17 +0200
+Subject: cmake: find PostgreSQL 12
+
+---
+ cmake/modules/FindPostgreSQL.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/FindPostgreSQL.cmake b/cmake/modules/FindPostgreSQL.cmake
+index 56e6e56..1579be0 100644
+--- a/cmake/modules/FindPostgreSQL.cmake
++++ b/cmake/modules/FindPostgreSQL.cmake
+@@ -86,7 +86,7 @@ set(PostgreSQL_LIBRARY_DIR_MESSAGE "Set the PostgreSQL_LIBRARY_DIR cmake cache e
+ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to where PostgreSQL is found on the machine E.g C:/Program Files/PostgreSQL/8.4")
+
+ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
+- "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
++ "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+
+ # Define additional search paths for root directories.
+ foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} )
+--
+cgit v1.1