perl/perl-cairo: Disabled buggy test.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2011-03-20 19:54:30 -04:00 committed by Robby Workman
parent c9f8471758
commit 88c11876b4
1 changed files with 4 additions and 0 deletions

View File

@ -68,11 +68,15 @@ cd $SRCNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Disable buggy test.
mv t/CairoSurface.t t/CairoSurface.t.disable
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG