summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-05-21 13:02:25 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-05-21 13:02:25 +0000
commitcfcad27b4ae3c7b3a44f43194ce0167ae3bd68d1 (patch)
tree5d692e403ec50989a8f6e7bd88f0ae04c1f91afe /sys-libs/pam
parentcheck if libglib contains "compaq computer corp", if it does pam needs libots. (diff)
downloadgentoo-2-cfcad27b4ae3c7b3a44f43194ce0167ae3bd68d1.tar.gz
gentoo-2-cfcad27b4ae3c7b3a44f43194ce0167ae3bd68d1.tar.bz2
gentoo-2-cfcad27b4ae3c7b3a44f43194ce0167ae3bd68d1.zip
oops.
Diffstat (limited to 'sys-libs/pam')
-rw-r--r--sys-libs/pam/Manifest2
-rw-r--r--sys-libs/pam/pam-0.75-r11.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/pam/Manifest b/sys-libs/pam/Manifest
index 1acd19bd9c7c..3360a0017e1a 100644
--- a/sys-libs/pam/Manifest
+++ b/sys-libs/pam/Manifest
@@ -1,5 +1,5 @@
MD5 bbf2b0e4cf2591f0e584aec93f380535 pam-0.75-r8.ebuild 3656
-MD5 c6dd412c5ea2a0d9bb29f3a92581af30 pam-0.75-r11.ebuild 4226
+MD5 527441a4006820831da46f13ea1b6ffb pam-0.75-r11.ebuild 4228
MD5 c9236bb96b7706360557c5e20dc9be90 pam-0.75-r7.ebuild 4101
MD5 7061de7516c97091f54368c7fea303b9 ChangeLog 4527
MD5 74ae95d84c212c3b40daba2be84485f7 pam-0.75-r9.ebuild 4105
diff --git a/sys-libs/pam/pam-0.75-r11.ebuild b/sys-libs/pam/pam-0.75-r11.ebuild
index 8affd0c79b52..9c50f7da6a20 100644
--- a/sys-libs/pam/pam-0.75-r11.ebuild
+++ b/sys-libs/pam/pam-0.75-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r11.ebuild,v 1.10 2003/05/21 12:59:17 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r11.ebuild,v 1.11 2003/05/21 13:02:12 taviso Exp $
IUSE="berkdb"
@@ -64,7 +64,7 @@ src_unpack() {
src_compile() {
export CFLAGS="${CFLAGS} -fPIC"
if [ "${ARCH}" = "alpha" ]; then
- if [ -z "`strings -a /usr/lib/libglib.a | grep -i 'Compaq Computer Corp.'`" ] ; then
+ if [ ! -z "`strings -a /usr/lib/libglib.a | grep -i 'Compaq Computer Corp.'`" ] ; then
# should be LDFLAGS, but this configure is screwy.
einfo "It looks like you compiled glib with ccc, this is okay, but"
einfo "I'll need to force gcc to link with libots...."