summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-12-12 22:49:09 +0100
committerTilman Sauerbeck <tilman@crux.nu>2007-12-12 22:49:09 +0100
commit3f2efe1125da0a996245a0acf2f9df36d6747fa6 (patch)
tree99fdf3e2b3ad9e491f1a29e149d077babfe73c78
parenta1db2362f8006aa8898c6dad143a750e0e58f592 (diff)
downloadxorg-2.4.tar.gz
xorg-2.4.tar.xz
xorg-libpixman: don't try to build test apps.release-2.42.4
-rw-r--r--xorg-libpixman/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-libpixman/Pkgfile b/xorg-libpixman/Pkgfile
index f9271e12..b52a5d26 100644
--- a/xorg-libpixman/Pkgfile
+++ b/xorg-libpixman/Pkgfile
@@ -4,12 +4,15 @@
name=xorg-libpixman
version=0.9.6
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2)
build() {
cd pixman-$version
+ # don't build test programs
+ sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in
+
./configure --prefix=/usr --mandir=/usr/man
make

Generated by cgit