mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-cairo: Disabled buggy test.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c9f8471758
commit
88c11876b4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue