summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-12-17 18:06:53 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-12-17 18:18:35 +0900
commitc6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc (patch)
treec7fd83c0fb720f4f17e9bb87b03a52fe006795f7 /app-text/crf++/crf++-0.58.ebuild
parentapp-text/crf++: fix build with >=sys-devel/gcc-6 (diff)
downloadgentoo-c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc.tar.gz
gentoo-c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc.tar.bz2
gentoo-c6feadf5e72b3c9a901ba0953c7e3b7f7e17c4cc.zip
app-text/crf++: fix build with sys-devel/automake-1.13
Closes: https://bugs.gentoo.org/467604 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-text/crf++/crf++-0.58.ebuild')
-rw-r--r--app-text/crf++/crf++-0.58.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/crf++/crf++-0.58.ebuild b/app-text/crf++/crf++-0.58.ebuild
index 7518e894e2e9..63fcdca38b66 100644
--- a/app-text/crf++/crf++-0.58.ebuild
+++ b/app-text/crf++/crf++-0.58.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="3"
@@ -22,6 +22,8 @@ src_prepare() {
-e "/CXXFLAGS/s/-O3/${CXXFLAGS}/" \
configure.in || die
+ epatch "${FILESDIR}"/${PN}-automake-1.13.patch
+
eautoreconf
}