summaryrefslogtreecommitdiff
path: root/extra/pixman/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-10-31 18:21:09 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-10-31 18:21:09 -0300
commit7f03ef2dc20a393dcbf3868e06c1da393771ca89 (patch)
tree8c21e53e036a40ce2f0d389437fa453c17ce63ac /extra/pixman/PKGBUILD
parent97a832ff546d30bb6eec34f23fd94aecab9ac738 (diff)
xorg-server update
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
}