Skip to content

Commit

Permalink
app-editors/amyedit: Fix building with latest glibmm/libsigc++
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 23, 2015
1 parent 42eb6bc commit c660ce2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app-editors/amyedit/amyedit-1.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=3

inherit eutils autotools
EAPI=5
inherit autotools eutils flag-o-matic

DESCRIPTION=" AmyEdit is a LaTeX editor"
HOMEPAGE="http://amyedit.sf.net"
Expand All @@ -29,10 +28,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-gcc45.patch"
epatch "${FILESDIR}/${P}-sourceviewmm2.patch"
rm -rf "${S}/src/gtksourceviewmm" || die
append-cxxflags -std=c++11
mv configure.in configure.ac || die
eautoreconf
}

src_install() {
emake DESTDIR="${D}" install || die
dodoc ChangeLog README TODO || die
}

0 comments on commit c660ce2

Please sign in to comment.