diff options
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/xplanet-1.3.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild index 726ebc028a88..aeb8456a9277 100644 --- a/x11-misc/xplanet/xplanet-1.3.1.ebuild +++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit base flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="Render images of the earth into the X root window" HOMEPAGE="http://xplanet.sourceforge.net/" @@ -40,7 +40,9 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README TODO" -PATCHES=( "${FILESDIR}"/${P}-giflib.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-giflib.patch +} src_configure() { # econf says 'checking pnm.h presence... no' |