diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-06-02 09:58:21 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-06-02 09:59:02 -0500 |
commit | f56f5ec0f8a43546c9590397c822365c07754628 (patch) | |
tree | 16cf8536231bdb6e3bfcb81a96a3ab6f664d7f6a /sci-libs/vtk/vtk-6.1.0-r3.ebuild | |
parent | app-text/calibre: version bump to 2.85.1 (diff) | |
download | gentoo-f56f5ec0f8a43546c9590397c822365c07754628.tar.gz gentoo-f56f5ec0f8a43546c9590397c822365c07754628.tar.bz2 gentoo-f56f5ec0f8a43546c9590397c822365c07754628.zip |
sci-libs/vtk: fix configure error with gcc 6/7, bug #596084
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs/vtk/vtk-6.1.0-r3.ebuild')
-rw-r--r-- | sci-libs/vtk/vtk-6.1.0-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/vtk/vtk-6.1.0-r3.ebuild b/sci-libs/vtk/vtk-6.1.0-r3.ebuild index 7367f5ccbe6e..1345bde683ec 100644 --- a/sci-libs/vtk/vtk-6.1.0-r3.ebuild +++ b/sci-libs/vtk/vtk-6.1.0-r3.ebuild @@ -124,6 +124,7 @@ PATCHES=( "${FILESDIR}"/${P}-glext.patch "${FILESDIR}"/${P}-memset.patch "${FILESDIR}"/${P}-gdal2.patch + "${FILESDIR}"/${P}-gcc67.patch ) RESTRICT=test |