diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-12-02 15:05:25 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-12-02 15:05:25 +0000 |
commit | 83a9826bbfef89619308dc1648375eeb19180384 (patch) | |
tree | 5c14fed9d10c1978016a2bbd82882209c2ac3923 /net-im | |
parent | First commit. (Manifest recommit) (diff) | |
download | gentoo-2-83a9826bbfef89619308dc1648375eeb19180384.tar.gz gentoo-2-83a9826bbfef89619308dc1648375eeb19180384.tar.bz2 gentoo-2-83a9826bbfef89619308dc1648375eeb19180384.zip |
Going back to standalone NSPR/NSS dependency. MozillaFirefox does not provide pkgconfig and Mozilla is not available on all arches.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gaim/gaim-1.0.3-r2.ebuild | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 88cd11d70cfc..1d9dd082fcde 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,10 @@ # 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.272 2004/11/29 19:59:37 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.273 2004/12/02 15:03:41 rizzo Exp $ + + 02 Dec 2004; Don Seiler <rizzo@gentoo.org> : + Going back to standalone NSPR/NSS dependency. MozillaFirefox does not + provide pkgconfig and Mozilla is not available on all arches. 29 Nov 2004; Don Seiler <rizzo@gentoo.org> gaim-1.0.3-r2.ebuild: Allowing dep on mozilla-firefox and/or mozilla if users doesn't like diff --git a/net-im/gaim/gaim-1.0.3-r2.ebuild b/net-im/gaim/gaim-1.0.3-r2.ebuild index 219e16c37031..b94d12327a02 100644 --- a/net-im/gaim/gaim-1.0.3-r2.ebuild +++ b/net-im/gaim/gaim-1.0.3-r2.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-r2.ebuild,v 1.2 2004/11/29 19:59:37 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.0.3-r2.ebuild,v 1.3 2004/12/02 15:02:39 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-r2 net-www/mozilla-firefox net-www/mozilla ) ) + !gnutls? ( >=dev-libs/nss-3.9.2-r2 ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 )" #eds? ( gnome-extra/evolution-data-server )" @@ -103,10 +103,10 @@ src_compile() { else einfo "Disabling GnuTLS, using NSS" 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/nspr" - #myconf="${myconf} --with-nss-libs=/usr/lib/nss" + myconf="${myconf} --with-nspr-includes=/usr/include/nspr" + myconf="${myconf} --with-nss-includes=/usr/include/nss" + myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" + myconf="${myconf} --with-nss-libs=/usr/lib/nss" fi |