summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-20 20:28:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-20 21:39:48 +0100
commitca2e91369b76276e44cfd8355f209f60f92ef580 (patch)
treedf9e2617d1b7381d27d25e932043b28bbc6d7cee /sci-geosciences/qgis/files/qgis-3.16.1-featuresummary.patch
parentmedia-libs/harfbuzz: Drop 2.6.8 and 2.7.1 (diff)
downloadgentoo-ca2e91369b76276e44cfd8355f209f60f92ef580.tar.gz
gentoo-ca2e91369b76276e44cfd8355f209f60f92ef580.tar.bz2
gentoo-ca2e91369b76276e44cfd8355f209f60f92ef580.zip
sci-geosciences/qgis: 3.16.1 version bump
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences/qgis/files/qgis-3.16.1-featuresummary.patch')
-rw-r--r--sci-geosciences/qgis/files/qgis-3.16.1-featuresummary.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/sci-geosciences/qgis/files/qgis-3.16.1-featuresummary.patch b/sci-geosciences/qgis/files/qgis-3.16.1-featuresummary.patch
new file mode 100644
index 000000000000..b1098175647c
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis-3.16.1-featuresummary.patch
@@ -0,0 +1,32 @@
+From f0fd6e80ad034cf7c49f4ba3708819424b6857b2 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Fri, 20 Nov 2020 20:41:06 +0100
+Subject: [PATCH] cmake: Use FeatureSummary
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ CMakeLists.txt | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index f581b2c889..61b4c863d0 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -111,6 +111,8 @@ if (FORCE_STATIC_PROVIDERS)
+ set (HAVE_STATIC_PROVIDERS TRUE)
+ endif()
+
++include(FeatureSummary)
++
+ # in generated makefiles use relative paths so the project dir is moveable
+ # Note commented out since it cause problems but it would be nice to resolve these and enable
+ #
+@@ -1035,3 +1037,5 @@ endif()
+ if (UNIX AND NOT APPLE)
+ add_subdirectory(linux)
+ endif()
++
++FEATURE_SUMMARY(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+--
+2.29.2
+