]> git.pld-linux.org Git - packages/seamonkey.git/blame - seamonkey-system-virtualenv.patch
- updated files when building with system xulrunner (enigmail not supported; mail...
[packages/seamonkey.git] / seamonkey-system-virtualenv.patch
CommitLineData
f03c711b
JB
1--- seamonkey-2.16/comm-release/configure.in.orig 2013-02-26 17:12:02.382212561 +0100
2+++ seamonkey-2.16/comm-release/configure.in 2013-02-26 17:27:28.185507042 +0100
3@@ -138,8 +138,7 @@
4 dnl This verifies our Python version is sane and ensures the Python
5 dnl virtualenv is present and up to date. It sanitizes the environment
6 dnl for us, so we don't need to clean anything out.
7-$PYTHON $_topsrcdir/mozilla/build/virtualenv/populate_virtualenv.py \
8- $_topsrcdir/mozilla $MOZ_BUILD_ROOT/_virtualenv || exit 1
9+PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv $MOZ_BUILD_ROOT/_virtualenv || exit 1
10
11 dnl Create a virtualenv where we can install local Python packages
12 case "$host_os" in
13--- seamonkey-2.16/comm-release/configure.orig 2013-02-26 17:12:02.408879226 +0100
14+++ seamonkey-2.16/comm-release/configure 2013-02-26 17:28:26.278837941 +0100
15@@ -1096,8 +1096,7 @@
16 fi
17
18 echo "$ac_t""Creating Python environment" 1>&6
19-$PYTHON $_topsrcdir/mozilla/build/virtualenv/populate_virtualenv.py \
20- $_topsrcdir/mozilla $MOZ_BUILD_ROOT/_virtualenv || exit 1
21+PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv $MOZ_BUILD_ROOT/_virtualenv || exit 1
22
16e155ba
JB
23 case "$host_os" in
24 mingw*)
f03c711b
JB
25--- xulrunner-19.0/comm-release/mozilla/configure.in~ 2013-02-20 12:29:36.493788864 +0100
26+++ xulrunner-19.0/comm-release/mozilla/configure.in 2013-02-20 12:46:55.030421705 +0100
27@@ -132,8 +132,7 @@
28 dnl This verifies our Python version is sane and ensures the Python
29 dnl virtualenv is present and up to date. It sanitizes the environment
30 dnl for us, so we don't need to clean anything out.
31-$PYTHON $_topsrcdir/build/virtualenv/populate_virtualenv.py \
32- $_topsrcdir $MOZ_BUILD_ROOT/_virtualenv || exit 1
33+PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv $MOZ_BUILD_ROOT/_virtualenv || exit 1
34
35 dnl Create a virtualenv where we can install local Python packages
36 case "$host_os" in
37--- xulrunner-19.0/comm-release/mozilla/configure~ 2013-02-20 12:39:40.270435866 +0100
38+++ xulrunner-19.0/comm-release/mozilla/configure 2013-02-20 12:39:58.623768601 +0100
39@@ -1336,8 +1336,7 @@
40 fi
41
42 echo "$ac_t""Creating Python environment" 1>&6
43-$PYTHON $_topsrcdir/build/virtualenv/populate_virtualenv.py \
44- $_topsrcdir $MOZ_BUILD_ROOT/_virtualenv || exit 1
45+PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv $MOZ_BUILD_ROOT/_virtualenv || exit 1
46
16e155ba
JB
47 case "$host_os" in
48 mingw*)
This page took 0.032024 seconds and 4 git commands to generate.