summaryrefslogtreecommitdiff
path: root/extra/pixman/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pixman/PKGBUILD')
-rw-r--r--extra/pixman/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD
index 0271c3942..77f6ab156 100644
--- a/extra/pixman/PKGBUILD
+++ b/extra/pixman/PKGBUILD
@@ -18,10 +18,10 @@ sha1sums=('ad2b828ce4280472f5933d8bb5f0f4d583aed7f3'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- [ "$CARCH" = "mips64el" ] && {
- patch -Np1 -i $srcdir/pixman-loongson2f.patch
- autoreconf -i
- }
+# [ "$CARCH" = "mips64el" ] && {
+# patch -Np1 -i $srcdir/pixman-loongson2f.patch
+# autoreconf -i
+# }
./configure --prefix=/usr --disable-static
make
}