testing/perl-graphviz: fixed build problem

This commit is contained in:
Francesco Colista 2012-01-03 06:50:34 +00:00
parent 0a606c5b99
commit 0749ecf6dd

View File

@ -4,7 +4,7 @@
pkgname=perl-graphviz
_pkgreal=GraphViz
pkgver=2.09
pkgrel=3
pkgrel=4
pkgdesc="Perl module for GraphViz"
url="http://search.cpan.org/dist/GraphViz/"
arch="noarch"
@ -26,7 +26,7 @@ prepare() {
build() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
./Build && ./Build test
./Build
}
package() {