summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-11-27 04:18:23 +0000
committerDon Seiler <rizzo@gentoo.org>2004-11-27 04:18:23 +0000
commitd1c4f6afac0dcc1d4eda24b6dbb01bf0dcaf3135 (patch)
treed96d57f32a1a86891630a33aadd00ee2c72c234c /net-im
parentprepare init script for courier-authlib (Manifest recommit) (diff)
downloadgentoo-2-d1c4f6afac0dcc1d4eda24b6dbb01bf0dcaf3135.tar.gz
gentoo-2-d1c4f6afac0dcc1d4eda24b6dbb01bf0dcaf3135.tar.bz2
gentoo-2-d1c4f6afac0dcc1d4eda24b6dbb01bf0dcaf3135.zip
Change for Bug #72531, nss and nspr keep playing games with their install paths
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/ChangeLog5
-rw-r--r--net-im/gaim/gaim-1.0.3-r1.ebuild12
2 files changed, 7 insertions, 10 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index 3a0b1ad4a2d1..a40ae6d78153 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/gaim
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.269 2004/11/17 17:17:01 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.270 2004/11/27 04:18:23 rizzo Exp $
+
+ 26 Nov 2004; Don Seiler <rizzo@gentoo.org> gaim-1.0.3-r1.ebuild:
+ Change for Bug #72531, nss and nspr keep playing games with their install paths
17 Nov 2004; Don Seiler <rizzo@gentoo.org> +files/gaim-1.0.3-gcc2.patch,
gaim-1.0.3-r1.ebuild:
diff --git a/net-im/gaim/gaim-1.0.3-r1.ebuild b/net-im/gaim/gaim-1.0.3-r1.ebuild
index 9a5bb6c13c3c..2a67081bc16c 100644
--- a/net-im/gaim/gaim-1.0.3-r1.ebuild
+++ b/net-im/gaim/gaim-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.0.3-r1.ebuild,v 1.3 2004/11/17 17:17:01 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.0.3-r1.ebuild,v 1.4 2004/11/27 04:18:23 rizzo Exp $
inherit flag-o-matic eutils gcc debug
@@ -25,7 +25,7 @@ DEPEND=">=x11-libs/gtk+-2.0
!<dev-perl/ExtUtils-MakeMaker-6.17 )
spell? ( >=app-text/gtkspell-2.0.2 )
gnutls? ( net-libs/gnutls )
- !gnutls? ( >=dev-libs/nss-3.9.2-r1 )
+ !gnutls? ( >=dev-libs/nss-3.9.2-r2 )
silc? ( >=net-im/silc-toolkit-0.9.12-r3 )"
#eds? ( gnome-extra/evolution-data-server )"
@@ -63,12 +63,6 @@ print_gaim_warning() {
einfo
einfo "Note that we are now filtering all unstable flags in C[XX]FLAGS."
einfo
- if ! use gnutls ; then
- ewarn
- ewarn "If you receive errors due to NSS, please re-emerge"
- ewarn "dev-libs/nss and then emerge gaim again."
- ewarn
- fi
ebeep 5
epause 3
}
@@ -111,7 +105,7 @@ src_compile() {
myconf="${myconf} --enable-gnutls=no"
myconf="${myconf} --with-nspr-includes=/usr/include/nspr"
myconf="${myconf} --with-nss-includes=/usr/include/nss"
- myconf="${myconf} --with-nspr-libs=/usr/lib"
+ myconf="${myconf} --with-nspr-libs=/usr/lib/nspr"
myconf="${myconf} --with-nss-libs=/usr/lib/nss"
fi