diff options
author | sibel <lesibel@free.fr> | 2011-01-02 08:21:45 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-02 08:21:45 +0100 |
commit | 9455ad0e28d3abb74df8f191ade5e7f9b6479ee6 (patch) | |
tree | 5f3393f61edb86dd901e9efe744ebebe50e9c9ab /extra | |
parent | bd0052227c4415ee3597d9f590f836ab9c217938 (diff) | |
download | nutyx-pakxe-9455ad0e28d3abb74df8f191ade5e7f9b6479ee6.tar.gz nutyx-pakxe-9455ad0e28d3abb74df8f191ade5e7f9b6479ee6.tar.bz2 nutyx-pakxe-9455ad0e28d3abb74df8f191ade5e7f9b6479ee6.tar.xz nutyx-pakxe-9455ad0e28d3abb74df8f191ade5e7f9b6479ee6.zip |
xulrunner#1.9.2.13-1, correction python
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xulrunner/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/xulrunner/Pkgfile b/extra/xulrunner/Pkgfile index c56d8acd7..a68e22a13 100644 --- a/extra/xulrunner/Pkgfile +++ b/extra/xulrunner/Pkgfile @@ -2,7 +2,7 @@ # URL: http://xulfr.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: hunspell, xorg-libxt, startup-notification, mime-types, libevent, libgnomeui, python, libidl, nss, gtk, python, dbus-glib, alsa-lib, libnotify +# Depends on: hunspell, xorg-libxt, startup-notification, mime-types, libevent, libgnomeui, libidl, nss, gtk, python, dbus-glib, alsa-lib, libnotify name=xulrunner version=1.9.2.13 @@ -31,7 +31,7 @@ build() { patch -Np1 -i $SRC/xulrunner-version.patch patch -Np0 -i $SRC/xulrunner-png14.patch - ./configure --disable-necko-wifi + PYTHON=python2 ./configure --disable-necko-wifi sed 's@stable@unstable@' \ -i xulrunner/installer/mozilla-js.pc.in |