summaryrefslogtreecommitdiff
path: root/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-07-24 02:25:27 -0400
committerDavid Seifert <soap@gentoo.org>2017-07-30 11:09:56 +0200
commit7740aaf860fb686e087e174158dacf4f7c8051b2 (patch)
treec3b769a6a19a57a807643fa8306ef2ad8649fe89 /dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
parentddc1a4cfd09f5429575c3eba483995b22907d9ef (diff)
downloadgentoo-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.ebuild2
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' \