summaryrefslogtreecommitdiff
path: root/extra/gtk-vnc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtk-vnc/PKGBUILD')
-rw-r--r--extra/gtk-vnc/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gtk-vnc/PKGBUILD b/extra/gtk-vnc/PKGBUILD
index 1433eea45..f44c7b0d6 100644
--- a/extra/gtk-vnc/PKGBUILD
+++ b/extra/gtk-vnc/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=gtk-vnc
pkgver=0.5.2
pkgrel=2
pkgdesc="A VNC viewer widget for GTK"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://live.gnome.org/gtk-vnc"
license=('LGPL')
depends=('libgcrypt' 'gtk3')
@@ -34,6 +34,6 @@ build() {
}
package() {
- make -C gtk2-build DESTDIR="${pkgdir}" install
- make -C gtk3-build DESTDIR="${pkgdir}" install
+ make -j1 -C gtk2-build DESTDIR="${pkgdir}" install
+ make -j1 -C gtk3-build DESTDIR="${pkgdir}" install
}