summaryrefslogtreecommitdiff
path: root/extra/pixman/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pixman/PKGBUILD')
-rw-r--r--extra/pixman/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD
index 73a20c401..0d5263c1e 100644
--- a/extra/pixman/PKGBUILD
+++ b/extra/pixman/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=pixman
pkgver=0.28.0
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://xorg.freedesktop.org"
license=('custom')
depends=('glibc')
@@ -17,6 +17,10 @@ sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+# [ "$CARCH" = "mips64el" ] && {
+# patch -Np1 -i $srcdir/pixman-loongson2f.patch
+# autoreconf -i
+# }
./configure --prefix=/usr --disable-static
make
}