diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-22 19:47:48 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-22 19:47:48 -0300 |
commit | 2d8ff6f229ba867a2fc8d1108de40bb4eb299c0d (patch) | |
tree | 44d4e09765306dff042e1f51766dd00b30d22404 /extra/evince | |
parent | d7695add933fbf29023c28037423606b722d30c9 (diff) |
Some gentoo patches
Diffstat (limited to 'extra/evince')
-rw-r--r-- | extra/evince/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/evince/PKGBUILD b/extra/evince/PKGBUILD index 1532bce40..eb5846789 100644 --- a/extra/evince/PKGBUILD +++ b/extra/evince/PKGBUILD @@ -23,6 +23,9 @@ sha256sums=('03abb74620caaa255f2d1369b684bbf8f62e15a4bf2d9f2a45f58e1789295a97' build() { cd "${srcdir}/${pkgname}-${pkgver}" +# Build with -march=mips3 + [ "$CARCH" = "mips64el" ] && CFLAGS="${CFLAGS/loongson2f/mips3}" + patch -Np1 -i "${srcdir}/introspection-fix.patch" autoreconf -fi |