Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 194112 | Differences between
and this patch

Collapse All | Expand All

(-)psmisc-22.5-r2.ebuild (-1 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.5-r2.ebuild,v 1.10 2007/09/27 15:28:18 josejx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.5-r3.ebuild,v 1.0 2007/09/28 16:45:40 impulze Exp $
4
4
5
inherit eutils autotools
5
inherit eutils autotools
6
6
Lines 27-32 Link Here
27
	epatch "${FILESDIR}"/${P}-sockets.patch
27
	epatch "${FILESDIR}"/${P}-sockets.patch
28
	# this package doesnt actually need C++
28
	# this package doesnt actually need C++
29
	sed -i '/AC_PROG_CXX/d' configure.ac || die
29
	sed -i '/AC_PROG_CXX/d' configure.ac || die
30
	# psmisc seems to build po/ regardles of nls flag
31
	# it also uses AM_GETTEXT macros in configure.ac
32
	! use nls && epatch "${FILESDIR}/${P}-disable_nls.patch"
30
	eautoreconf
33
	eautoreconf
31
}
34
}
32
35

Return to bug 194112