mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/perl-graphviz: fixed build problem
This commit is contained in:
parent
0a606c5b99
commit
0749ecf6dd
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user