diff options
author | Amy Winston <amynka@gentoo.org> | 2015-12-30 18:28:32 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2015-12-30 18:40:20 +0100 |
commit | 708c92eebcf3a3db223ccfdf49e36099e9ef72c4 (patch) | |
tree | 849dc3879566d8aa1308676dc185ffef2f239629 /sci-geosciences/qgis | |
parent | sci-geosciences/qgis: ui redraw repaired bug #462742. (diff) | |
download | gentoo-708c92eebcf3a3db223ccfdf49e36099e9ef72c4.tar.gz gentoo-708c92eebcf3a3db223ccfdf49e36099e9ef72c4.tar.bz2 gentoo-708c92eebcf3a3db223ccfdf49e36099e9ef72c4.zip |
sci-geosciences/qgis: build failure repaired bug #482644.
Package-Manager: portage-2.2.24
Diffstat (limited to 'sci-geosciences/qgis')
-rw-r--r-- | sci-geosciences/qgis/files/qgis-1.8.0-private.patch | 10 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-1.8.0.ebuild | 1 |
2 files changed, 11 insertions, 0 deletions
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 000000000000..59c3ca769397 --- /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 3b0c77de8d5c..92bf05747485 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() { |