summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-07-19 14:59:47 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-07-19 14:59:47 +0100
commitf4d618afce6e1528a652b80b55d888139e59cfe6 (patch)
tree874fbe876ddca8ddd84a7dd8738a3bb34be37347 /www-client
parent8372cee45add46e3012b11d9a0d45feb30279757 (diff)
drop dri stuff, as it breaks pgo build inside chroot
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-45.2.0.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/www-client/firefox/firefox-45.2.0.ebuild b/www-client/firefox/firefox-45.2.0.ebuild
index 5a96e80c..39c06dc3 100644
--- a/www-client/firefox/firefox-45.2.0.ebuild
+++ b/www-client/firefox/firefox-45.2.0.ebuild
@@ -230,21 +230,6 @@ src_compile() {
# Reset and cleanup environment variables used by GNOME/XDG
gnome2_environment_reset
- # Firefox tries to use dri stuff when it's run, see bug 380283
- shopt -s nullglob
- cards=$(echo -n /dev/dri/card* | sed 's/ /:/g')
- if test -z "${cards}"; then
- 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
- # touched at all. See bug 394715.
- export LIBGL_ALWAYS_INDIRECT=1
- fi
- fi
- shopt -u nullglob
- addpredict "${cards}"
-
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
virtx emake -f client.mk profiledbuild || die "virtx emake failed"