summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-11 23:01:16 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-11 23:01:16 +0000
commitea815b2488ea0e95cd9cd76f122e8e7d03486230 (patch)
tree5ad130e1723996842516bd4d193957b46978f666 /sys-auth/openpam
parentMask sys-fs/udev-100-r1 until bug #147221 is fixed, its rendering systems unb... (diff)
downloadgentoo-2-ea815b2488ea0e95cd9cd76f122e8e7d03486230.tar.gz
gentoo-2-ea815b2488ea0e95cd9cd76f122e8e7d03486230.tar.bz2
gentoo-2-ea815b2488ea0e95cd9cd76f122e8e7d03486230.zip
Don't use -Werror while building, thanks TrevorT for noticing.
(Portage version: 2.1.1)
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r--sys-auth/openpam/ChangeLog6
-rw-r--r--sys-auth/openpam/openpam-20050616.ebuild6
2 files changed, 9 insertions, 3 deletions
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ò <flameeyes@gentoo.org>
+ 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
}