diff options
| author | Peter Levine <plevine457@gmail.com> | 2017-07-24 02:25:27 -0400 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2017-07-30 11:09:56 +0200 |
| commit | 7740aaf860fb686e087e174158dacf4f7c8051b2 (patch) | |
| tree | c3b769a6a19a57a807643fa8306ef2ad8649fe89 /dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | |
| parent | ddc1a4cfd09f5429575c3eba483995b22907d9ef (diff) | |
| download | gentoo-7740aaf860fb686e087e174158dacf4f7c8051b2.tar.gz gentoo-7740aaf860fb686e087e174158dacf4f7c8051b2.tar.bz2 gentoo-7740aaf860fb686e087e174158dacf4f7c8051b2.zip | |
dev-cpp/yaml-cpp: Fix test failure with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609176
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5191
Diffstat (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild')
| -rw-r--r-- | dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild index a857f75d61b6..503d7e2b9ff4 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild @@ -19,6 +19,8 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-release-${PV}" +PATCHES=( "${FILESDIR}"/${P}-gcc6.patch ) + src_prepare() { sed -i \ -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' \ |
