--- /usr/portage/media-gfx/cellwriter/cellwriter-1.3.4.ebuild 2012-05-05 09:01:17.000000000 +0200 +++ /var/lib/layman/xworld_hotfixes/media-gfx/cellwriter/cellwriter-1.3.4-r1.ebuild 2014-02-08 17:55:26.932761910 +0100 @@ -4,6 +4,8 @@ EAPI=2 +inherit eutils autotools + DESCRIPTION="Grid-entry natural handwriting input panel" HOMEPAGE="http://risujin.org/cellwriter/" SRC_URI="http://pub.risujin.org/cellwriter/${P}.tar.gz" @@ -20,7 +22,12 @@ virtual/pkgconfig x11-proto/inputproto" +src_prepare() { + epatch "${FILESDIR}"/${P}-underlinking.patch +} + src_configure() { + eautoreconf econf $(use_with gnome) }