From ea815b2488ea0e95cd9cd76f122e8e7d03486230 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 11 Sep 2006 23:01:16 +0000 Subject: Don't use -Werror while building, thanks TrevorT for noticing. (Portage version: 2.1.1) --- sys-auth/openpam/ChangeLog | 6 +++++- sys-auth/openpam/openpam-20050616.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 5ed2a31fe8b8..c0878b8858a0 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.2 2006/04/18 16:14:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.3 2006/09/11 23:01:16 flameeyes Exp $ + + 11 Sep 2006; Diego Pettenò + openpam-20050616.ebuild: + Don't use -Werror while building, thanks TrevorT for noticing. *openpam-20050616 (18 Apr 2006) diff --git a/sys-auth/openpam/openpam-20050616.ebuild b/sys-auth/openpam/openpam-20050616.ebuild index 0e005a68a4ad..fb7602a4776a 100644 --- a/sys-auth/openpam/openpam-20050616.ebuild +++ b/sys-auth/openpam/openpam-20050616.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.1 2006/04/18 16:14:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.2 2006/09/11 23:01:16 flameeyes Exp $ inherit multilib flag-o-matic autotools @@ -28,7 +28,9 @@ src_unpack() { epatch "${FILESDIR}/${PN}-20050201-nbsd.patch" epatch "${FILESDIR}/${P}-redef.patch" - eautomake + sed -i -e 's:-Werror::' "${S}/configure.ac" + + eautoreconf elibtoolize } -- cgit v1.2.3-65-gdbad