diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-31 02:21:11 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-31 02:21:11 +0000 |
commit | a09aa8cb17f666e17a4695e6bc51925b50358d12 (patch) | |
tree | 5510a680a2e79783da19ae53c4ee6175c50c3be2 /sys-apps/pam-login/pam-login-3.14.ebuild | |
parent | Initial version committed to portage. (Manifest recommit) (diff) | |
download | gentoo-2-a09aa8cb17f666e17a4695e6bc51925b50358d12.tar.gz gentoo-2-a09aa8cb17f666e17a4695e6bc51925b50358d12.tar.bz2 gentoo-2-a09aa8cb17f666e17a4695e6bc51925b50358d12.zip |
ppc64 fix, ppc64 stable and tested
Diffstat (limited to 'sys-apps/pam-login/pam-login-3.14.ebuild')
-rw-r--r-- | sys-apps/pam-login/pam-login-3.14.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/pam-login/pam-login-3.14.ebuild b/sys-apps/pam-login/pam-login-3.14.ebuild index 0ee540391d66..a66b0da43e1e 100644 --- a/sys-apps/pam-login/pam-login-3.14.ebuild +++ b/sys-apps/pam-login/pam-login-3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.14.ebuild,v 1.12 2004/03/09 23:38:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.14.ebuild,v 1.13 2004/03/31 02:21:11 tgall Exp $ inherit gnuconfig @@ -36,6 +36,8 @@ src_unpack() { # enable query_user_context selinux code (only affects selinux) epatch ${FILESDIR}/pam-login-3.14-query_user_context.diff + + use ppc64 && epatch ${FILESDIR}/pam_login-Werror-off-ppc64.patch } src_compile() { |