diff options
author | adrianp <adrianp> | 2008-02-09 22:39:50 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-02-09 22:39:50 +0000 |
commit | fed92537f51880e4eb52f4da3d68bd751f3bf243 (patch) | |
tree | dabb04cddaee6784fe34b74dd934a1182ca2c915 /math/p5-Math-Pari/Makefile | |
parent | 69e80a897b2a2510d0396cd78b75df5639aa09fa (diff) | |
download | pkgsrc-fed92537f51880e4eb52f4da3d68bd751f3bf243.tar.gz |
Update to 2.010709
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p. (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.
Diffstat (limited to 'math/p5-Math-Pari/Makefile')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 23552bfa79a..baeb1c33901 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2007/11/22 09:25:45 abs Exp $ +# $NetBSD: Makefile,v 1.29 2008/02/09 22:39:50 adrianp Exp $ # -DISTNAME= Math-Pari-2.010703 +DISTNAME= Math-Pari-2.010709 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mpa CATEGORIES= math perl5 |