diff options
author | 2001-02-07 21:04:43 +0000 | |
---|---|---|
committer | 2001-02-07 21:04:43 +0000 | |
commit | 9a541ba3591e1eaf4ab97088fd4f4afcb7430109 (patch) | |
tree | 1849488f535f96c001a8b5ce84c6449dd009cb33 /sys-libs/pam | |
parent | *** empty log message *** (diff) | |
download | historical-9a541ba3591e1eaf4ab97088fd4f4afcb7430109.tar.gz historical-9a541ba3591e1eaf4ab97088fd4f4afcb7430109.tar.bz2 historical-9a541ba3591e1eaf4ab97088fd4f4afcb7430109.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-0.73-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/pam/pam-0.73-r1.ebuild b/sys-libs/pam/pam-0.73-r1.ebuild index a3e3ae8452f7..89e8914e6d99 100644 --- a/sys-libs/pam/pam-0.73-r1.ebuild +++ b/sys-libs/pam/pam-0.73-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.73-r1.ebuild,v 1.1 2001/02/07 16:10:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.73-r1.ebuild,v 1.2 2001/02/07 21:04:43 achim Exp $ P=pam-${PV} A=Linux-PAM-${PV}.tar.gz @@ -28,6 +28,7 @@ src_compile() { cp Make.Rules Make.orig sed -e "s:/usr/bin/install:/bin/install:" \ + -e "s:-Wpointer-arith::" \ -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" Make.orig > Make.Rules if [ -z "`use berkdb`" ] |