diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-29 20:50:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-29 20:50:04 +0800 |
commit | 6961a9ee24ce32b91800366991c6f1837aeda8a1 (patch) | |
tree | b7c97c408a3c97258fa33b02b06d4fdae38449c7 | |
parent | 8506906f533b6e4191fee733e4ec94ff92ea8017 (diff) | |
download | freebsd-ports-gnome-6961a9ee24ce32b91800366991c6f1837aeda8a1.tar.gz freebsd-ports-gnome-6961a9ee24ce32b91800366991c6f1837aeda8a1.tar.zst freebsd-ports-gnome-6961a9ee24ce32b91800366991c6f1837aeda8a1.zip |
Mark BROKEN, does bot build (probably because of math/pari update):
/usr/local/include/pari/paridecl.h:3202:9: error: conflicting types for 'mulreal'
GEN mulreal(GEN x, GEN y);
^
../include/ca.h:1749:6: note: previous declaration is here
void mulreal(Num,Num,Real *);
^
-rw-r--r-- | math/asir2000/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 367e3989039c..df5febf13122 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -18,6 +18,8 @@ LICENSE_NAME= Risa/Asir Limited Use License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= does not build + LIB_DEPENDS= libpari.so:math/pari MAKE_JOBS_UNSAFE= yes |