2010-08-29 Magnus Granberg #301299 * net-ftp/ncftp/ncftp-3.2.4.1.ebuild add pch use flag (don't use pch on hardened) --- a/net-ftp/ncftp/ncftp-3.2.4.1.ebuild 2010-07-29 17:08:30.000000000 +0200 +++ b/net-ftp/ncftp/ncftp-3.2.4.1.ebuild 2010-08-29 15:06:09.000000000 +0200 @@ -15,7 +15,7 @@ LICENSE="Clarified-Artistic" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" -IUSE="" +IUSE="pch" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" @@ -32,7 +32,9 @@ -i Makefile.in */Makefile.in || die } src_configure() { - LC_ALL="C" econf --disable-universal + LC_ALL="C" econf \ + --disable-universal \ + $(use_enable pch precomp ) } src_install() {