diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-06 22:51:53 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-22 18:05:58 +0100 |
commit | 3bbf650cf065f002737003db2e0452b6e89255e5 (patch) | |
tree | 65834de5d3168d199c6bc03b122d82ac588889dc /media-libs/libcdr/libcdr-0.1.1.ebuild | |
parent | app-text/libodfgen: 0.1.6 version bump (diff) | |
download | gentoo-3bbf650cf065f002737003db2e0452b6e89255e5.tar.gz gentoo-3bbf650cf065f002737003db2e0452b6e89255e5.tar.bz2 gentoo-3bbf650cf065f002737003db2e0452b6e89255e5.zip |
media-libs/libcdr: Fix build with boost-1.59 (bug 574120)
KEYWORDS: Dropped ppc (missing in librevenge)
Also drop base.eclass
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-libs/libcdr/libcdr-0.1.1.ebuild')
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/libcdr/libcdr-0.1.1.ebuild b/media-libs/libcdr/libcdr-0.1.1.ebuild index 158c828fc6cd..c7dba09ebc06 100644 --- a/media-libs/libcdr/libcdr-0.1.1.ebuild +++ b/media-libs/libcdr/libcdr-0.1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" -inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 +inherit autotools eutils +[[ ${PV} == 9999 ]] && inherit git-r3 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" @@ -32,9 +32,10 @@ DEPEND="${RDEPEND} " src_prepare() { - base_src_prepare + epatch "${FILESDIR}/${PN}-0.1.1-boost-1.59.patch" + epatch_user [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == 9999 ]] && eautoreconf + eautoreconf } src_configure() { |