diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-25 06:08:19 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-25 06:08:19 +0000 |
commit | d059b23b7d04abbbf49430e65c980204fca5a2ba (patch) | |
tree | b147fe679ba9cac338123e10874bc92a3b4089b4 /sys-libs | |
parent | little comment added (diff) | |
download | gentoo-2-d059b23b7d04abbbf49430e65c980204fca5a2ba.tar.gz gentoo-2-d059b23b7d04abbbf49430e65c980204fca5a2ba.tar.bz2 gentoo-2-d059b23b7d04abbbf49430e65c980204fca5a2ba.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/pam-0.72-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/pam/pam-0.72-r1.ebuild b/sys-libs/pam/pam-0.72-r1.ebuild index 21cdf304d11c..7f3252dcf545 100644 --- a/sys-libs/pam/pam-0.72-r1.ebuild +++ b/sys-libs/pam/pam-0.72-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.72-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.72-r1.ebuild,v 1.3 2000/08/25 06:08:19 achim Exp $ P=pam-0.72 A=Linux-PAM-0.72.tar.gz @@ -13,6 +13,7 @@ HOMEPAGE="http://www.redhat.com/linux-info/pam/" src_unpack() { unpack ${A} cd ${S} + touch .freezemake rm default.defs sed -e "s/CFLAGS=.*/CFLAGS=${CFLAGS} -pipe -D_REENTRANT/" \ -e "s:FAKEROOT=.*:FAKEROOT=${WORKDIR}/../image:" defs/linux.defs > default.defs |