*** /usr/portage/media-libs/zvbi/zvbi-0.2.33.ebuild Wed May 19 22:36:00 2010 --- /usr/local/portage/media-libs/zvbi/zvbi-0.2.33.ebuild Fri Aug 20 15:27:19 2010 *************** *** 2,8 **** # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.33.ebuild,v 1.9 2010/05/19 20:06:23 armin76 Exp $ ! inherit libtool DESCRIPTION="VBI Decoding Library for Zapping" SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" --- 2,8 ---- # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.33.ebuild,v 1.9 2010/05/19 20:06:23 armin76 Exp $ ! inherit libtool eutils flag-o-matic toolchain-funcs multilib DESCRIPTION="VBI Decoding Library for Zapping" SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" *************** *** 24,29 **** --- 24,32 ---- doc? ( app-doc/doxygen )" src_compile() { + # bug #333621 : + epatch ${FILESDIR}/stath.patch + elibtoolize econf $(use_enable nls) \ $(use_enable v4l) \