summaryrefslogtreecommitdiff
path: root/extra/evince
diff options
context:
space:
mode:
Diffstat (limited to 'extra/evince')
-rw-r--r--extra/evince/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/evince/PKGBUILD b/extra/evince/PKGBUILD
index 77fa0bb66..dfb163f9c 100644
--- a/extra/evince/PKGBUILD
+++ b/extra/evince/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.2.0
pkgrel=2
pkgdesc="Simply a document viewer"
url="http://projects.gnome.org/evince/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme'
't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas')
@@ -20,6 +20,10 @@ sha256sums=('a9bc17e7f99489354cc66ffede68466ea0a9c52664b18198291c3a40d0150235')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Build with -march=mips3
+ [ "$CARCH" = "mips64el" ] && CFLAGS="${CFLAGS/loongson2f/mips3}"
+
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libexecdir=/usr/lib/evince \
--disable-static --enable-nautilus \