summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-08-24 11:33:19 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-08-24 11:33:19 +0000
commite4a7244c3b09e6b74a12cff3f12a76552ca273d2 (patch)
treeb5cfbc6d729405c7660bea3a14d4ee24882b5d83 /sys-apps/shadow/shadow-4.0.12.ebuild
parentMasked smalltalkx. Needs more testing (diff)
downloadhistorical-e4a7244c3b09e6b74a12cff3f12a76552ca273d2.tar.gz
historical-e4a7244c3b09e6b74a12cff3f12a76552ca273d2.tar.bz2
historical-e4a7244c3b09e6b74a12cff3f12a76552ca273d2.zip
Fix compiling with gcc-2.95.x
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/shadow/shadow-4.0.12.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.0.12.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/shadow/shadow-4.0.12.ebuild b/sys-apps/shadow/shadow-4.0.12.ebuild
index 258d353e24b0..2b3783e95642 100644
--- a/sys-apps/shadow/shadow-4.0.12.ebuild
+++ b/sys-apps/shadow/shadow-4.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.12.ebuild,v 1.2 2005/08/24 00:33:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.12.ebuild,v 1.3 2005/08/24 11:33:19 azarah Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -55,6 +55,9 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-4.0.12-dots-in-usernames.patch
epatch "${FILESDIR}"/${PN}-4.0.12-long-groupnames.patch
+ # Fix compiling with gcc-2.95.x
+ epatch "${FILESDIR}"/${PN}-4.0.12-gcc2.patch
+
# Patch from upstream enables the new environment too early for PAM
epatch "${FILESDIR}"/${PN}-4.0.11.1-su-fix-environment.patch