diff options
author | pav <pav@FreeBSD.org> | 2011-09-06 05:55:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-09-06 05:55:12 +0800 |
commit | 61a6d0ae84eb3c82d663e0c1502eebdaff9825db (patch) | |
tree | 1cd0f51682c0e3bc777eb6bb2f031a3a61d25351 /math | |
parent | 71f83eccb8f34222c59182c8cbd2973c86a4b02d (diff) | |
download | freebsd-ports-gnome-61a6d0ae84eb3c82d663e0c1502eebdaff9825db.tar.gz freebsd-ports-gnome-61a6d0ae84eb3c82d663e0c1502eebdaff9825db.tar.zst freebsd-ports-gnome-61a6d0ae84eb3c82d663e0c1502eebdaff9825db.zip |
- Mark BROKEN: does not compile
Pari.xs:550: error: 'ordvar' undeclared (first use in this function)
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index fa58d107e298..867ce4817faa 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -17,6 +17,8 @@ COMMENT= PARI - numerical/scientific/number-theoretic calculations BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/pari:configure LIB_DEPENDS= pari:${PORTSDIR}/math/pari +BROKEN= does not compile + PERL_CONFIGURE= yes CONFIGURE_ARGS= parilib="-L${LOCALBASE}/lib -lpari" \ |