commit: 708c92eebcf3a3db223ccfdf49e36099e9ef72c4
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 17:28:32 2015 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 17:40:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708c92ee
sci-geosciences/qgis: build failure repaired bug #482644.
Package-Manager: portage-2.2.24
sci-geosciences/qgis/files/qgis-1.8.0-private.patch | 10 ++++++++++
sci-geosciences/qgis/qgis-1.8.0.ebuild | 1 +
2 files changed, 11 insertions(+)
diff --git a/sci-geosciences/qgis/files/qgis-1.8.0-private.patch
b/sci-geosciences/qgis/files/qgis-1.8.0-private.patch
new file mode 100644
index 0000000..59c3ca7
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis-1.8.0-private.patch
@@ -0,0 +1,10 @@
+--- a/src/core/qgsmaplayerregistry.h 2015-12-30 15:06:17.199889612 +0100
++++ b/src/core/qgsmaplayerregistry.h 2015-12-30 15:05:50.159890061 +0100
+@@ -173,6 +173,7 @@
+ /** debugging member
+ invoked when a connect() is made to this object
+ */
++ public:
+ void connectNotify( const char * signal );
+
+
diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild
b/sci-geosciences/qgis/qgis-1.8.0.ebuild
index 3b0c77d..92bf057 100644
--- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild
@@ -54,6 +54,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.7.0-avoid-deprecated-pyqtconfig.patch"
"${FILESDIR}/${PN}-1.8.0-no-python-pyc.patch"
"${FILESDIR}/${PN}-1.8.0-redrawning.patch"
+ "${FILESDIR}/${PN}-1.8.0-private.patch"
)
pkg_setup() {