diff options
author | 2013-04-28 14:38:45 +0000 | |
---|---|---|
committer | 2013-04-28 14:38:45 +0000 | |
commit | 1420ea2543053ab1a12d7600b7904f87c37247de (patch) | |
tree | e942b04e7ac616df974ea217e7052913a77f8939 /dev-libs/libreport/libreport-2.0.13.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-1420ea2543053ab1a12d7600b7904f87c37247de.tar.gz gentoo-2-1420ea2543053ab1a12d7600b7904f87c37247de.tar.bz2 gentoo-2-1420ea2543053ab1a12d7600b7904f87c37247de.zip |
Fix building with json-c-0.11 (bug #467700, thanks to Markos Chandras for the patch).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/libreport/libreport-2.0.13.ebuild')
-rw-r--r-- | dev-libs/libreport/libreport-2.0.13.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libreport/libreport-2.0.13.ebuild b/dev-libs/libreport/libreport-2.0.13.ebuild index 53a4aa7d2b05..9f28d95114d2 100644 --- a/dev-libs/libreport/libreport-2.0.13.ebuild +++ b/dev-libs/libreport/libreport-2.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.13.ebuild,v 1.3 2013/03/25 16:21:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.13.ebuild,v 1.4 2013/04/28 14:38:45 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -60,6 +60,9 @@ src_prepare() { # automake-1.12 epatch "${FILESDIR}/${PN}-2.0.13-automake-1.12.patch" + # json-c-0.11, https://github.com/abrt/libreport/pull/159 + epatch "${FILESDIR}/${PN}-2.0.13-json-c-0.11.patch" + python_clean_py-compile_files mkdir -p m4 |