summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2012-02-05 15:43:36 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2012-02-05 15:43:36 +0000
commit253e4a44d41868948d64349bd7f540d4658d13c8 (patch)
tree6cb06901fef2b819178b6bd5a5f84f33a8591ecb /www-client/firefox
parentmarked ~x86 per bug 394805 (diff)
downloadgentoo-2-253e4a44d41868948d64349bd7f540d4658d13c8.tar.gz
gentoo-2-253e4a44d41868948d64349bd7f540d4658d13c8.tar.bz2
gentoo-2-253e4a44d41868948d64349bd7f540d4658d13c8.zip
It seems like LIBGL_ALWAYS_INDIRECT did *not* fix the issue. Trying with LIBGL_ALWAYS_SOFTWARE, bug 402227
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/ChangeLog6
-rw-r--r--www-client/firefox/firefox-10.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index 161192ce8b42..d9efedf13224 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.124 2012/02/04 19:00:16 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.125 2012/02/05 15:43:36 nirbheek Exp $
+
+ 05 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> firefox-10.0.ebuild:
+ It seems like LIBGL_ALWAYS_INDIRECT did *not* fix the issue. Trying with
+ LIBGL_ALWAYS_SOFTWARE, bug 402227
*firefox-10.0 (04 Feb 2012)
diff --git a/www-client/firefox/firefox-10.0.ebuild b/www-client/firefox/firefox-10.0.ebuild
index a017728581ed..bd61cd1efa3b 100644
--- a/www-client/firefox/firefox-10.0.ebuild
+++ b/www-client/firefox/firefox-10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.ebuild,v 1.2 2012/02/04 19:05:32 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.ebuild,v 1.3 2012/02/05 15:43:36 nirbheek Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -230,9 +230,9 @@ src_compile() {
cards=$(echo -n /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g')
if test -n "${cards}"; then
# Binary drivers seem to cause access violations anyway, so
- # let's use indirect rendering so that the device files aren't
+ # let's use software rendering so that the device files aren't
# touched at all. See bug 394715.
- export LIBGL_ALWAYS_INDIRECT=1
+ export LIBGL_ALWAYS_SOFTWARE=1
fi
fi
shopt -u nullglob