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 a403e3373..343fa0fe4 100644
--- a/extra/gtk-vnc/PKGBUILD
+++ b/extra/gtk-vnc/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=gtk-vnc
pkgver=0.5.2
pkgrel=1
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')
@@ -35,6 +35,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
}