diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-07 21:27:58 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-07 21:27:58 -0300 |
commit | e17d7021b82d5a27e1a236d14dd7a8567669e273 (patch) | |
tree | 5d115df40d3b0f74d2b00c1a8e264474e94ae192 /extra/libproxy | |
parent | 0363d5073b581f7d98910a93440d70b98ba29b53 (diff) |
added mips64el
Diffstat (limited to 'extra/libproxy')
-rw-r--r-- | extra/libproxy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libproxy/PKGBUILD b/extra/libproxy/PKGBUILD index fa9da718c..31118293d 100644 --- a/extra/libproxy/PKGBUILD +++ b/extra/libproxy/PKGBUILD @@ -9,11 +9,10 @@ arch=(i686 x86_64 'mips64el') license=('LGPL') depends=('gcc-libs') optdepends=('gconf: GNOME configuration module' - 'kdelibs: KDE configuration module' 'networkmanager: NetworkManager configuration module' 'perl: Perl bindings' 'python2: Python bindings') -makedepends=('gconf' 'cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl') +makedepends=('gconf' 'cmake' 'networkmanager' 'python2' 'perl') url="http://libproxy.googlecode.com" source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) options=('!libtool') @@ -29,6 +28,7 @@ build() { -DPERL_VENDORINSTALL=yes \ -DCMAKE_BUILD_TYPE=None \ -WITH_WEBKIT=OFF \ + -WITH_MOZJS=OFF \ -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \ -DCMAKE_C_FLAGS="${CFLAGS}" \ .. |