--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- sys-apps/help2man/help2man-1.36.4.ebuild +++ sys-apps/help2man/help2man-1.36.4.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.13 2007/11/03 19:52:48 grobian Exp $ +inherit eutils + DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="http://www.gnu.org/software/help2man" SRC_URI="mirror://gnu/help2man/${P}.tar.gz" @@ -16,6 +18,13 @@ elibc_glibc? ( nls? ( dev-perl/Locale-gettext >=sys-devel/gettext-0.12.1-r1 ) )" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-respect-LDFLAGS.patch" +} + src_compile() { local myconf use elibc_glibc && myconf="${myconf} $(use_enable nls)" \